]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
uwb: Add module.h to the real uwb modular users.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 20:40:36 +0000 (16:40 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:19 +0000 (19:32 -0400)
Lots of files were getting an implicit include of module.h
for years now.  But that will be fixed shortly.  So get the
real users to call out the include explicitly.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/uwb/umc-bus.c
drivers/uwb/whci.c

index 5fad4e791b3ed348da0ae2b93ab4b4cd8e2f16b3..82a84d53120f27f2a1734fcef5ab5774d5fbc0a3 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/kernel.h>
 #include <linux/sysfs.h>
 #include <linux/workqueue.h>
+#include <linux/module.h>
 #include <linux/uwb/umc.h>
 #include <linux/pci.h>
 
index b221142446a29d5690d332628389cd763856fa32..f48093e649e4203ecb9408406b44e42f936e9ff2 100644 (file)
@@ -7,6 +7,7 @@
  */
 #include <linux/delay.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/pci.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>