]> 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>
Wed, 27 Jul 2011 23:09:06 +0000 (19:09 -0400)
commit01299e7ec04e68088011f04fa587b389a788c40c
tree6eae0b0038afa41d6555824511b8c349166ae590
parentbafc13335ec0f1b899b19143ee9661a26fa35766
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