Commit 047551cd authored by Yue Haibing's avatar Yue Haibing Committed by David S. Miller
Browse files

neighbour: Remove unused function declaration pneigh_for_each()



pneigh_for_each() is never implemented since the beginning of git history.

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarDavid Ahern <dsahern@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f6ecb68b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -394,8 +394,6 @@ void neigh_for_each(struct neigh_table *tbl,
void __neigh_for_each_release(struct neigh_table *tbl,
			      int (*cb)(struct neighbour *));
int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
void pneigh_for_each(struct neigh_table *tbl,
		     void (*cb)(struct pneigh_entry *));

struct neigh_seq_state {
	struct seq_net_private p;