diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-18 01:39:43 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-18 01:39:43 -0400 |
commit | 28e85100ae0fd814db723aeaaa785270bf4d600d (patch) | |
tree | 26c8c5d6046fb157dbb98a7575eab08031f22293 /include/linux | |
parent | 349f29d841dbae854bd7367be7c250401f974f47 (diff) | |
download | linux-3.10-28e85100ae0fd814db723aeaaa785270bf4d600d.tar.gz linux-3.10-28e85100ae0fd814db723aeaaa785270bf4d600d.tar.bz2 linux-3.10-28e85100ae0fd814db723aeaaa785270bf4d600d.zip |
net: Remove netdevice ec_ptr, no longer used.
ECONET is gone, thus this can be deleted as well.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index b0f6f22723c..9c710bd16c4 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 */ |