From: Pablo Neira Ayuso Date: Wed, 17 Jun 2015 15:28:25 +0000 (-0500) Subject: net: include missing headers in net/net_namespace.h X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~52^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c52dec1473c5dff9d07cd39a68c9b23def6c42;p=pandora-kernel.git net: include missing headers in net/net_namespace.h Include linux/idr.h and linux/skbuff.h since they are required by objects that are declared in the net structure. struct net { ... struct idr netns_ids; ... struct sk_buff_head wext_nlevents; ... Signed-off-by: Pablo Neira Ayuso Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed