From 9263fbdb9ce42f88fdf2164300af9237f41cd373 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Mon, 4 Feb 2013 15:21:12 -0800 Subject: [PATCH] bluetooth: Add interrupt.h and module.h Signed-off-by: Stephen Boyd --- net/bluetooth/amp.c | 1 + net/bluetooth/bnep/core.c | 1 + net/bluetooth/bnep/netdev.c | 1 + net/bluetooth/hci_sysfs.c | 2 ++ net/bluetooth/hidp/core.c | 1 + net/bluetooth/l2cap_sock.c | 3 +++ net/bluetooth/mgmt.c | 2 ++ net/bluetooth/sco.c | 1 + net/bluetooth/smp.c | 3 +++ 9 files changed, 15 insertions(+) diff --git a/net/bluetooth/amp.c b/net/bluetooth/amp.c index f4ceeea129c..ba638d166b0 100644 --- a/net/bluetooth/amp.c +++ b/net/bluetooth/amp.c @@ -11,6 +11,7 @@ GNU General Public License for more details. */ +#include #include #include #include diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c index cfb278605fa..f5049219219 100644 --- a/net/bluetooth/bnep/core.c +++ b/net/bluetooth/bnep/core.c @@ -26,6 +26,7 @@ */ #include +#include #include #include diff --git a/net/bluetooth/bnep/netdev.c b/net/bluetooth/bnep/netdev.c index bc4086480d9..155ff740677 100644 --- a/net/bluetooth/bnep/netdev.c +++ b/net/bluetooth/bnep/netdev.c @@ -26,6 +26,7 @@ */ #include +#include #include #include diff --git a/net/bluetooth/hci_sysfs.c b/net/bluetooth/hci_sysfs.c index 8775933ea83..0a4c7d60222 100644 --- a/net/bluetooth/hci_sysfs.c +++ b/net/bluetooth/hci_sysfs.c @@ -5,6 +5,8 @@ #include #include #include +#include +#include #include #include diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 04f77842eb1..a91c97c4c02 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c @@ -21,6 +21,7 @@ */ #include +#include #include #include diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c index 48e00fd0396..123b9badcb7 100644 --- a/net/bluetooth/l2cap_sock.c +++ b/net/bluetooth/l2cap_sock.c @@ -26,6 +26,9 @@ /* Bluetooth L2CAP sockets. */ +#include +#include + #include #include #include diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 86ae7637fd4..ac8542353a5 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -24,6 +24,8 @@ /* Bluetooth HCI Management interface */ #include +#include +#include #include #include diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 2f52bd1fa71..f090a77cf3c 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -25,6 +25,7 @@ /* Bluetooth SCO sockets. */ +#include #include #include diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 31fc4dcf572..6bbb34b6769 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -20,6 +20,9 @@ SOFTWARE IS DISCLAIMED. */ +#include +#include + #include #include #include