git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e7b8dc
)
[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 4 Mar 2008 05:55:03 +0000
(14:55 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 4 Mar 2008 06:18:23 +0000
(15:18 +0900)
neigh_is_connected() is not popular at all, and the only user
drivers/net/cxgb3/l2t.c:t3_l2t_update() also have raw (expanded) expression.
Let's expand it and remove the inline function.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
No differences found