diff options
author | Denis V. Lunev <den@openvz.org> | 2008-04-02 03:10:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-02 03:10:28 -0400 |
commit | c0f39322c335412339dec16ebfd2a05ceba5ebcf (patch) | |
tree | 0a2f1aea451ec3aa563d0069a3d464b647142df1 /include/net/net_namespace.h | |
parent | 856f6ff7a3132c8e412b23a7b9157b68ac9a2baf (diff) |
[NETNS]: Do not include net/net_namespace.h from seq_file.h
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 4a37037b1d17..6c9a48a46685 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -61,6 +61,8 @@ struct net { | |||
61 | 61 | ||
62 | 62 | ||
63 | #ifdef CONFIG_NET | 63 | #ifdef CONFIG_NET |
64 | #include <linux/seq_file_net.h> | ||
65 | |||
64 | /* Init's network namespace */ | 66 | /* Init's network namespace */ |
65 | extern struct net init_net; | 67 | extern struct net init_net; |
66 | #define INIT_NET_NS(net_ns) .net_ns = &init_net, | 68 | #define INIT_NET_NS(net_ns) .net_ns = &init_net, |