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

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