diff options
author | Rami Rosen <ramirose@gmail.com> | 2007-12-31 02:25:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:00:17 -0500 |
commit | f624357959001c9156ee7a475283fc6041f78e0e (patch) | |
tree | d0dcc8337a5e5b5d257e69f71d41e656c6683f25 /include | |
parent | 04ce99c4839a86f4ef476f811cced8d1f11999e4 (diff) |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/neighbour.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 11590f23d99d..a9dda2908211 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h | |||
@@ -292,10 +292,6 @@ static inline int neigh_is_connected(struct neighbour *neigh) | |||
292 | return neigh->nud_state&NUD_CONNECTED; | 292 | return neigh->nud_state&NUD_CONNECTED; |
293 | } | 293 | } |
294 | 294 | ||
295 | static inline int neigh_is_valid(struct neighbour *neigh) | ||
296 | { | ||
297 | return neigh->nud_state&NUD_VALID; | ||
298 | } | ||
299 | 295 | ||
300 | static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) | 296 | static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) |
301 | { | 297 | { |