1
0
Fork 0

bpf: linux/bpf.h needs linux/numa.h

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
David S. Miller 2017-08-19 23:34:03 -07:00
parent 228498596c
commit d6e1e46f69
1 changed files with 1 additions and 0 deletions

View 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;