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>
This commit is contained in:
parent
228498596c
commit
d6e1e46f69
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue