]> 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, 11 Aug 2011 19:10:24 +0000 (15:10 -0400)
commitb46aa85e01fb0cf8c99d5f22186fe766559fc3e5
treeee2b63c21180c002032e686226e86c4d761716cb
parentbd7e3272978185590df656ff35cd4d3360835815
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