aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/arp.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2013-12-28 11:07:18 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-28 17:02:46 -0500
commit7195cf72211d77108de8271a247ec2876ae60502 (patch)
tree006f2366bd01cc341850d34656d4abd341d08ab7 /include/net/arp.h
parentipv4: make fib_detect_death static (diff)
downloadlinux-dev-7195cf72211d77108de8271a247ec2876ae60502.tar.xz
linux-dev-7195cf72211d77108de8271a247ec2876ae60502.zip
arp: make arp_invalidate static
Don't export arp_invalidate, only used in arp.c Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/arp.h')
-rw-r--r--include/net/arp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/arp.h b/include/net/arp.h
index 7509d9da4e36..73c49864076b 100644
--- a/include/net/arp.h
+++ b/include/net/arp.h
@@ -62,6 +62,5 @@ struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
const unsigned char *src_hw,
const unsigned char *target_hw);
void arp_xmit(struct sk_buff *skb);
-int arp_invalidate(struct net_device *dev, __be32 ip);
#endif /* _ARP_H */