aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inetdevice.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-01-31 17:17:31 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-31 19:28:31 -0800
commit0027ba843450a5e28dd7fed580ad1e1546b7696b (patch)
tree94546bf994ef1b187ddce1a92c122866af2ab675 /include/linux/inetdevice.h
parent[TR] net/802/tr.c: sysctl_tr_rif_timeout static (diff)
downloadlinux-dev-0027ba843450a5e28dd7fed580ad1e1546b7696b.tar.xz
linux-dev-0027ba843450a5e28dd7fed580ad1e1546b7696b.zip
[IPV4]: Make struct ipv4_devconf static.
struct ipv4_devconf can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inetdevice.h')
-rw-r--r--include/linux/inetdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h
index 8d9eaaebded7..fc4e3db649e8 100644
--- a/include/linux/inetdevice.h
+++ b/include/linux/inetdevice.h
@@ -17,8 +17,6 @@ struct ipv4_devconf
DECLARE_BITMAP(state, __NET_IPV4_CONF_MAX - 1);
};
-extern struct ipv4_devconf ipv4_devconf;
-
struct in_device
{
struct net_device *dev;