projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ce99c
)
[NEIGH]: Remove unused method from include/net/neighbour.h
author
Rami Rosen
<ramirose@gmail.com>
Mon, 31 Dec 2007 07:25:31 +0000
(23:25 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:00:17 +0000
(15:00 -0800)
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h
patch
|
blob
|
history
diff --git
a/include/net/neighbour.h
b/include/net/neighbour.h
index 11590f23d99dc8f3450d002ef4a5e50387071259..a9dda29082116ebcf50c6ed8f976db4ae4b8fd7d 100644
(file)
--- a/
include/net/neighbour.h
+++ b/
include/net/neighbour.h
@@
-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)
{