[NEIGH]: Remove unused method from include/net/neighbour.h
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
04ce99c483
commit
f624357959
@@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh)
|
|||||||
return neigh->nud_state&NUD_CONNECTED;
|
return neigh->nud_state&NUD_CONNECTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int neigh_is_valid(struct neighbour *neigh)
|
|
||||||
{
|
|
||||||
return neigh->nud_state&NUD_VALID;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
|
static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user