diff options
author | David Miller <davem@davemloft.net> | 2011-07-24 20:01:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-30 18:51:03 -0500 |
commit | 32092ecf0644e91070f9eff4f6e1edda8f90aecc (patch) | |
tree | 3e2e2a111364f08653b79fd7404346e9f4b5ee84 /net/ipv4/arp.c | |
parent | da6a8fa0275e2178c44a875374cae80d057538d1 (diff) |
atm: clip: Use device neigh support on top of "arp_tbl".
Instead of instantiating an entire new neigh_table instance
just for ATM handling, use the neigh device private facility.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/arp.c')
-rw-r--r-- | net/ipv4/arp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index fd4b3e829a18..ff324ebc8893 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c | |||
@@ -112,11 +112,6 @@ | |||
112 | #include <net/arp.h> | 112 | #include <net/arp.h> |
113 | #include <net/ax25.h> | 113 | #include <net/ax25.h> |
114 | #include <net/netrom.h> | 114 | #include <net/netrom.h> |
115 | #if defined(CONFIG_ATM_CLIP) || defined(CONFIG_ATM_CLIP_MODULE) | ||
116 | #include <net/atmclip.h> | ||
117 | struct neigh_table *clip_tbl_hook; | ||
118 | EXPORT_SYMBOL(clip_tbl_hook); | ||
119 | #endif | ||
120 | 115 | ||
121 | #include <asm/system.h> | 116 | #include <asm/system.h> |
122 | #include <linux/uaccess.h> | 117 | #include <linux/uaccess.h> |