projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f19a5
)
include/linux/filter.h: use set_memory.h header
author
Laura Abbott
<labbott@redhat.com>
Mon, 8 May 2017 22:58:26 +0000
(15:58 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 9 May 2017 00:15:14 +0000
(17:15 -0700)
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.
Link:
http://lkml.kernel.org/r/1488920133-27229-11-git-send-email-labbott@redhat.com
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/filter.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/filter.h
b/include/linux/filter.h
index 9a7786db14fa5307dff297487d2fb50245ddc60f..56197f82af45fb0f7cf492961fe1eb1956105735 100644
(file)
--- a/
include/linux/filter.h
+++ b/
include/linux/filter.h
@@
-19,7
+19,9
@@
#include <net/sch_generic.h>
-#include <asm/cacheflush.h>
+#ifdef CONFIG_ARCH_HAS_SET_MEMORY
+#include <asm/set_memory.h>
+#endif
#include <uapi/linux/filter.h>
#include <uapi/linux/bpf.h>