From: Pavel Emelyanov Date: Wed, 24 Oct 2007 04:13:53 +0000 (-0700) Subject: [NET]: Don't declare extern variables in net/core/sysctl_net_core.c X-Git-Tag: v2.6.24-rc2~139^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a37ae4086e7e804db534bc8f2d31c2fbf89c5761;p=pandora-kernel.git [NET]: Don't declare extern variables in net/core/sysctl_net_core.c 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed