Browse Source

uwb: Add module.h to the real uwb modular users.

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>
Paul Gortmaker 14 năm trước cách đây
mục cha
commit
c7394efc26
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      drivers/uwb/umc-bus.c
  2. 1 0
      drivers/uwb/whci.c

+ 1 - 0
drivers/uwb/umc-bus.c

@@ -8,6 +8,7 @@
 #include <linux/kernel.h>
 #include <linux/kernel.h>
 #include <linux/sysfs.h>
 #include <linux/sysfs.h>
 #include <linux/workqueue.h>
 #include <linux/workqueue.h>
+#include <linux/module.h>
 #include <linux/uwb/umc.h>
 #include <linux/uwb/umc.h>
 #include <linux/pci.h>
 #include <linux/pci.h>
 
 

+ 1 - 0
drivers/uwb/whci.c

@@ -7,6 +7,7 @@
  */
  */
 #include <linux/delay.h>
 #include <linux/delay.h>
 #include <linux/kernel.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/pci.h>
 #include <linux/pci.h>
 #include <linux/dma-mapping.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
 #include <linux/slab.h>