Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a59b968e authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

bluetooth: add module.h to drivers/bluetooth files as required.

parent 4bcbcc96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
 * this warranty disclaimer.
 **/

#include <linux/module.h>

#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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"