From: David S. Miller Date: Fri, 18 May 2012 05:39:43 +0000 (-0400) Subject: net: Remove netdevice ec_ptr, no longer used. X-Git-Tag: v3.12-rc1~3195^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e85100ae0fd814db723aeaaa785270bf4d600d;p=kernel%2Fkernel-generic.git net: Remove netdevice ec_ptr, no longer used. ECONET is gone, thus this can be deleted as well. Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index b0f6f22..9c710bd 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1155,7 +1155,6 @@ struct net_device { struct in_device __rcu *ip_ptr; /* IPv4 specific data */ struct dn_dev __rcu *dn_ptr; /* DECnet specific data */ struct inet6_dev __rcu *ip6_ptr; /* IPv6 specific data */ - void *ec_ptr; /* Econet specific data */ void *ax25_ptr; /* AX.25 specific data */ struct wireless_dev *ieee80211_ptr; /* IEEE 802.11 specific data, assign before registering */