提交 f6243579 编写于 作者: R Rami Rosen 提交者: David S. Miller

[NEIGH]: Remove unused method from include/net/neighbour.h

Signed-off-by: NRami Rosen <ramirose@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 04ce99c4
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册