diff options
| author | 2017-02-02 19:15:33 +0100 | |
|---|---|---|
| committer | 2017-03-02 08:42:32 +0100 | |
| commit | 174cd4b1e5fbd0d74c68cf3a74f5bd4923485512 (patch) | |
| tree | 103e34df3da7bd1cdca65c0db1a19fff74830eaa /net/bluetooth/hci_request.c | |
| parent | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h> (diff) | |
| download | wireguard-linux-174cd4b1e5fbd0d74c68cf3a74f5bd4923485512.tar.xz wireguard-linux-174cd4b1e5fbd0d74c68cf3a74f5bd4923485512.zip | |
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
Fix up affected files that include this signal functionality via sched.h.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/bluetooth/hci_request.c')
| -rw-r--r-- | net/bluetooth/hci_request.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c index 1015d9c8d97d..b5faff458d8b 100644 --- a/net/bluetooth/hci_request.c +++ b/net/bluetooth/hci_request.c @@ -21,6 +21,8 @@ SOFTWARE IS DISCLAIMED. */ +#include <linux/sched/signal.h> + #include <net/bluetooth/bluetooth.h> #include <net/bluetooth/hci_core.h> #include <net/bluetooth/mgmt.h> |
