From: Paul Gortmaker Date: Mon, 29 Aug 2011 17:21:14 +0000 (-0400) Subject: nf_conntrack.h: fix up fallout from implicit moduleparam.h presence X-Git-Tag: v3.2-rc1~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34641c6d003a0a94ccabf78211f42da36799f1a2;p=pandora-kernel.git nf_conntrack.h: fix up fallout from implicit moduleparam.h presence The implicit presence of module.h everywhere meant that this header also was getting moduleparam.h which defines struct kernel_param. Since it only needs to know that kernel_param is a struct, call that out instead of adding an include of moduleparam.h -- to get rid of this: include/net/netfilter/nf_conntrack.h:316: warning: 'struct kernel_param' declared inside parameter list include/net/netfilter/nf_conntrack.h:316: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed