Commit 28e85100 authored by David S. Miller's avatar David S. Miller

net: Remove netdevice ec_ptr, no longer used.

ECONET is gone, thus this can be deleted as well.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 349f29d8
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment