projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2284985
)
bpf: linux/bpf.h needs linux/numa.h
author
David S. Miller
<davem@davemloft.net>
Sun, 20 Aug 2017 06:34:03 +0000
(23:34 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/bpf.h
b/include/linux/bpf.h
index 55b88e329804ebcc58ef713079cc8bbd185decd9..830f472d8df5a47e4ddf35b6981f87e234f4833b 100644
(file)
--- a/
include/linux/bpf.h
+++ b/
include/linux/bpf.h
@@
-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;