commit | a59b968ee0ff6e68443d5790fda2a117b36c1f9b | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Aug 29 16:44:23 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:26 2011 -0400 |
tree | 5a836f0373c6b68ae04876eeab4542c1fe1b09fe | |
parent | 4bcbcc96e16fd44eaf9791cb369da757dae1656c [diff] [blame] |
bluetooth: add module.h to drivers/bluetooth files as required. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/drivers/bluetooth/btmrvl_main.c b/drivers/bluetooth/btmrvl_main.c index 548d1d9..a88a78c 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>