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>
This commit is contained in:
stephen hemminger
2010-09-28 17:08:02 +00:00
committed by David S. Miller
parent bfa5ae63b8
commit a64de47c09
2 changed files with 1 additions and 4 deletions

View File

@@ -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 */