From: Ollie Wild Date: Wed, 22 Sep 2010 05:54:54 +0000 (+0000) Subject: net: Move "struct net" declaration inside the __KERNEL__ macro guard X-Git-Tag: v2.6.36-rc6~6^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b49f4b8f6728b91d10c556c116175051b77b60;p=pandora-kernel.git net: Move "struct net" declaration inside the __KERNEL__ macro guard This patch reduces namespace pollution by moving the "struct net" declaration out of the userspace-facing portion of linux/netlink.h. It has no impact on the kernel. (This came up because we have several C++ applications which use "net" as a namespace name.) Signed-off-by: Ollie Wild Signed-off-by: David S. Miller --- Reading git-diff-tree failed