[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>
This commit is contained in:
Denis V. Lunev
2008-04-02 00:10:28 -07:00
committed by David S. Miller
parent 856f6ff7a3
commit c0f39322c3
3 changed files with 29 additions and 22 deletions

View File

@@ -61,6 +61,8 @@ struct net {
#ifdef CONFIG_NET
#include <linux/seq_file_net.h>
/* Init's network namespace */
extern struct net init_net;
#define INIT_NET_NS(net_ns) .net_ns = &init_net,