From: Nicolas Dichtel Date: Thu, 2 Apr 2015 15:07:09 +0000 (+0200) Subject: net: remove iflink field from struct net_device X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~85^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a66bbc96ce9;p=pandora-kernel.git net: remove iflink field from struct net_device Now that all users of iflink have the ndo_get_iflink handler available, it's possible to remove this field. By default, dev_get_iflink() returns the ifindex of the interface. Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed