projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349f29d
)
net: Remove netdevice ec_ptr, no longer used.
author
David S. Miller
<davem@davemloft.net>
Fri, 18 May 2012 05:39:43 +0000
(
01:39
-0400)
committer
David S. Miller
<davem@davemloft.net>
Fri, 18 May 2012 05:39:43 +0000
(
01:39
-0400)
ECONET is gone, thus this can be deleted as well.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index b0f6f22723c320695e287d2b0f167deae447bb16..9c710bd16c419bf02c58911c3d4e03e9d843fbdd 100644
(file)
--- 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 */