summaryrefslogtreecommitdiff
path: root/net/ipv4/arp.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2011-07-25 00:01:41 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-30 18:51:03 -0500
commit32092ecf0644e91070f9eff4f6e1edda8f90aecc (patch)
tree3e2e2a111364f08653b79fd7404346e9f4b5ee84 /net/ipv4/arp.c
parentda6a8fa0275e2178c44a875374cae80d057538d1 (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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c
index fd4b3e829a1..ff324ebc889 100644
--- a/net/ipv4/arp.c
+++ b/net/ipv4/arp.c
@@ -112,11 +112,6 @@
#include <net/arp.h>
#include <net/ax25.h>
#include <net/netrom.h>
-#if defined(CONFIG_ATM_CLIP) || defined(CONFIG_ATM_CLIP_MODULE)
-#include <net/atmclip.h>
-struct neigh_table *clip_tbl_hook;
-EXPORT_SYMBOL(clip_tbl_hook);
-#endif
#include <asm/system.h>
#include <linux/uaccess.h>