aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/arp.h
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2010-09-28 17:08:02 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-29 19:45:35 -0700
commita64de47c091e4a337fa9763315cb6f2fbf0c583b (patch)
treee545dbaede640218956daf1bdd5d503986318861 /include/net/arp.h
parentnet: rename netdev rx_queue to ingress_queue (diff)
downloadlinux-dev-a64de47c091e4a337fa9763315cb6f2fbf0c583b.tar.xz
linux-dev-a64de47c091e4a337fa9763315cb6f2fbf0c583b.zip
arp: remove unnecessary export of arp_broken_ops
arp_broken_ops is only used in arp.c Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/arp.h')
-rw-r--r--include/net/arp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/arp.h b/include/net/arp.h
index 716f43c5c98e..f4cf6ce66586 100644
--- a/include/net/arp.h
+++ b/include/net/arp.h
@@ -26,6 +26,4 @@ extern struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
const unsigned char *target_hw);
extern void arp_xmit(struct sk_buff *skb);
-extern const struct neigh_ops arp_broken_ops;
-
#endif /* _ARP_H */