bluetooth: add module.h to drivers/bluetooth files as required.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Aug 2011 20:44:23 +0000 (16:44 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:26 +0000 (19:31 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/bluetooth/btmrvl_main.c
drivers/bluetooth/btmrvl_sdio.c
drivers/bluetooth/btwilink.c

index 548d1d9e4ddad7328c2ac9d68ec7d17de949d15a..a88a78c86162fb15516fe5525a639f0769dec18d 100644 (file)
@@ -18,6 +18,8 @@
  * this warranty disclaimer.
  **/
 
+#include <linux/module.h>
+
 #include <net/bluetooth/bluetooth.h>
 #include <net/bluetooth/hci_core.h>
 
index c827d737cceea91dd9ce4fd6bdf521824e7e834e..9ef48167e2cf8ba64c790d4846a2d297e84c6fd0 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <linux/mmc/sdio_ids.h>
 #include <linux/mmc/sdio_func.h>
+#include <linux/module.h>
 
 #include <net/bluetooth/bluetooth.h>
 #include <net/bluetooth/hci_core.h>
index 04d353f58d717ec7763d8aa853b434e644ea67af..b5f83b44a0cd18a42f32aa8b4398ea69b5b9ba2b 100644 (file)
@@ -29,6 +29,7 @@
 #include <net/bluetooth/hci.h>
 
 #include <linux/ti_wilink_st.h>
+#include <linux/module.h>
 
 /* Bluetooth Driver Version */
 #define VERSION               "1.0"
This page took 0.026041 seconds and 5 git commands to generate.