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 548d1d9..a88a78c 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 c827d73..9ef4816 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 04d353f..b5f83b4 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"