bluetooth: Add interrupt.h and module.h

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd
2013-02-04 15:21:12 -08:00
parent 48f285e53a
commit 9263fbdb9c
9 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
GNU General Public License for more details. GNU General Public License for more details.
*/ */
#include <linux/interrupt.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@@ -26,6 +26,7 @@
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/sched.h> #include <linux/sched.h>

View File

@@ -26,6 +26,7 @@
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/socket.h> #include <linux/socket.h>

View File

@@ -5,6 +5,8 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <net/bluetooth/bluetooth.h> #include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h> #include <net/bluetooth/hci_core.h>

View File

@@ -21,6 +21,7 @@
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@@ -26,6 +26,9 @@
/* Bluetooth L2CAP sockets. */ /* Bluetooth L2CAP sockets. */
#include <linux/interrupt.h>
#include <linux/module.h>
#include <net/bluetooth/bluetooth.h> #include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h> #include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h> #include <net/bluetooth/l2cap.h>

View File

@@ -24,6 +24,8 @@
/* Bluetooth HCI Management interface */ /* Bluetooth HCI Management interface */
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <net/bluetooth/bluetooth.h> #include <net/bluetooth/bluetooth.h>

View File

@@ -25,6 +25,7 @@
/* Bluetooth SCO sockets. */ /* Bluetooth SCO sockets. */
#include <linux/interrupt.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>

View File

@@ -20,6 +20,9 @@
SOFTWARE IS DISCLAIMED. SOFTWARE IS DISCLAIMED.
*/ */
#include <linux/interrupt.h>
#include <linux/module.h>
#include <net/bluetooth/bluetooth.h> #include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h> #include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h> #include <net/bluetooth/l2cap.h>