mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 10:20:49 +07:00
[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:
parent
04ce99c483
commit
f624357959
@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh)
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user