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:
c1bd24b
)
[NET]: Don't declare extern variables in net/core/sysctl_net_core.c
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 24 Oct 2007 04:13:53 +0000
(21:13 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 24 Oct 2007 04:27:56 +0000
(21:27 -0700)
Some are already declared in include/linux/netdevice.h, while
some others (xfrm ones) need to be declared.
The driver/net/rrunner.c just uses same extern as well, so
cleanup it also.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found