]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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)
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>

No differences found