net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 18 Sep 2011 17:21:27 +0000 (13:21 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:29 +0000 (19:30 -0400)
commitd9b9384215e17c68d7b6bd05d6fa409e5d4140d7
treec6c05f056a623e7e7630bc76be7637e1b8454c86
parent3a9a231d977222eea36eae091df2c358e03ac839
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC

These files were getting access to these two via the implicit
presence of module.h everywhere.  They aren't modules, so they
don't need the full module.h inclusion though.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/dccp/ccids/lib/tfrc.c
net/mac80211/mlme.c
net/netfilter/nf_conntrack_expect.c
net/rds/send.c
net/rfkill/input.c
net/wireless/reg.c