bpf: linux/bpf.h needs linux/numa.h
authorDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2017 06:34:03 +0000 (23:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2017 06:34:03 +0000 (23:34 -0700)
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/bpf.h

index 55b88e3..830f472 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/percpu.h>
 #include <linux/err.h>
 #include <linux/rbtree_latch.h>
+#include <linux/numa.h>
 
 struct perf_event;
 struct bpf_prog;