mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
d476059e77
commit
59b2af26b9
2 changed files with 0 additions and 66 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue