diff options
Diffstat (limited to 'include/net/arp.h')
-rw-r--r-- | include/net/arp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/arp.h b/include/net/arp.h index 716f43c5c98e..91f0568a04ef 100644 --- a/include/net/arp.h +++ b/include/net/arp.h | |||
@@ -25,7 +25,6 @@ extern struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, | |||
25 | const unsigned char *src_hw, | 25 | const unsigned char *src_hw, |
26 | const unsigned char *target_hw); | 26 | const unsigned char *target_hw); |
27 | extern void arp_xmit(struct sk_buff *skb); | 27 | extern void arp_xmit(struct sk_buff *skb); |
28 | 28 | int arp_invalidate(struct net_device *dev, __be32 ip); | |
29 | extern const struct neigh_ops arp_broken_ops; | ||
30 | 29 | ||
31 | #endif /* _ARP_H */ | 30 | #endif /* _ARP_H */ |