diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-03-02 00:12:05 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-02 16:43:41 -0500 |
commit | 59b2af26b9f674749216fd3bfba19d842de3671c (patch) | |
tree | 7f92fe7ccc00260f7b2d3948ec467355b7429525 /include/net/arp.h | |
parent | d476059e77d1af48453a58f9de1e36f2eaff6450 (diff) | |
download | linux-59b2af26b9f674749216fd3bfba19d842de3671c.tar.gz linux-59b2af26b9f674749216fd3bfba19d842de3671c.tar.bz2 linux-59b2af26b9f674749216fd3bfba19d842de3671c.zip |
arp: Kill arp_find
There are no more callers so kill this function.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/arp.h')
-rw-r--r-- | include/net/arp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/arp.h b/include/net/arp.h index 73c49864076b..21ee1860abbc 100644 --- a/include/net/arp.h +++ b/include/net/arp.h @@ -47,7 +47,6 @@ static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 } void arp_init(void); -int arp_find(unsigned char *haddr, struct sk_buff *skb); int arp_ioctl(struct net *net, unsigned int cmd, void __user *arg); void arp_send(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, |