]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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

index 1bca6d49ec968bbe32cc75248f07ea6fa59265df..b71c43887b9fdc7a25cc89bb96b0c1ff46b6bee8 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <linux/input.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 #include <linux/workqueue.h>
 #include <linux/init.h>
 #include <linux/rfkill.h>