From: Matthew Wilcox Date: Tue, 31 Jul 2007 21:00:29 +0000 (-0700) Subject: [NET]: ethtool_perm_addr only has one implementation X-Git-Tag: v2.6.23-rc2~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313674afa8fdced2fe79f50f38e1c387b63d8790;p=pandora-kernel.git [NET]: ethtool_perm_addr only has one implementation All drivers implement ethtool get_perm_addr the same way -- by calling the generic function. So we can inline the generic function into the caller and avoid going through the drivers. Signed-off-by: Matthew Wilcox Signed-off-by: David S. Miller --- Reading git-diff-tree failed