]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: rfkill/input.c explicitly needs to include module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:12:25 +0000 (09:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:54:33 +0000 (13:54 -0400)
commit7ec38c9c8f631db491a648588d6a4e0e6c54aaf8
tree4768f9336db9762afe0296cde96cae38aeea34d2
parentbdc681cd797d21a111aef619f10cf044e819b471
net: rfkill/input.c explicitly needs to include module.h

With calls to module_param_named() and similar, this file really
needs the full module.h header.  Call it out so some of the
cleanups of implicit and unrequired includes elsewhere can be
cleaned up.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/rfkill/input.c