]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nf_conntrack.h: fix up fallout from implicit moduleparam.h presence
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Aug 2011 17:21:14 +0000 (13:21 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:19 +0000 (14:10 -0400)
commit5d8a5de124b372309bd5316074ef15f79a3e0c13
treecd4955b0272a11ba59e4ac4408575edce7d7ec51
parent45b3038afa1b5a10d3b07c9d60580c6c09874370
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 <paul.gortmaker@windriver.com>
include/net/netfilter/nf_conntrack.h