summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_main.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-29 22:44:23 +0200
committerPaul Gortmaker2011-11-01 00:31:26 +0100
commita59b968ee0ff6e68443d5790fda2a117b36c1f9b (patch)
tree5a836f0373c6b68ae04876eeab4542c1fe1b09fe /drivers/bluetooth/btmrvl_main.c
parentusb: fix implicit usage of gfp.h in host/xhci-hub.c (diff)
downloadkernel-qcow2-linux-a59b968ee0ff6e68443d5790fda2a117b36c1f9b.tar.gz
kernel-qcow2-linux-a59b968ee0ff6e68443d5790fda2a117b36c1f9b.tar.xz
kernel-qcow2-linux-a59b968ee0ff6e68443d5790fda2a117b36c1f9b.zip
bluetooth: add module.h to drivers/bluetooth files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/bluetooth/btmrvl_main.c')
-rw-r--r--drivers/bluetooth/btmrvl_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_main.c b/drivers/bluetooth/btmrvl_main.c
index 548d1d9e4dda..a88a78c86162 100644
--- a/drivers/bluetooth/btmrvl_main.c
+++ b/drivers/bluetooth/btmrvl_main.c
@@ -18,6 +18,8 @@
* this warranty disclaimer.
**/
+#include <linux/module.h>
+
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>