aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-08 12:51:30 -0500
committerIngo Molnar <mingo@kernel.org>2017-03-02 02:42:29 -0500
commit3f07c0144132e4f59d88055ac8ff3e691a5fa2b8 (patch)
treec79587f81877e40280908db7ca5527e4b9dc88e9 /kernel/bpf/syscall.c
parentf7ccbae45c5e2c1077654b0e857e7efb1aa31c92 (diff)
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
We are going to split <linux/sched/signal.h> out of <linux/sched.h>, which will have to be picked up from other headers and a couple of .c files. Create a trivial placeholder <linux/sched/signal.h> file that just maps to <linux/sched.h> to make this patch obviously correct and bisectable. Include the new header in the files that are going to need it. 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 'kernel/bpf/syscall.c')
-rw-r--r--kernel/bpf/syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
index 461eb1e66a0f..7af0dcc5d755 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
@@ -13,6 +13,7 @@
13#include <linux/bpf_trace.h> 13#include <linux/bpf_trace.h>
14#include <linux/syscalls.h> 14#include <linux/syscalls.h>
15#include <linux/slab.h> 15#include <linux/slab.h>
16#include <linux/sched/signal.h>
16#include <linux/vmalloc.h> 17#include <linux/vmalloc.h>
17#include <linux/mmzone.h> 18#include <linux/mmzone.h>
18#include <linux/anon_inodes.h> 19#include <linux/anon_inodes.h>