include/linux/filter.h: use set_memory.h header
authorLaura Abbott <[email protected]>
Mon, 8 May 2017 22:58:26 +0000 (15:58 -0700)
committerLinus Torvalds <[email protected]>
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/[email protected]
Signed-off-by: Laura Abbott <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/filter.h

index 9a7786db14fa5307dff297487d2fb50245ddc60f..56197f82af45fb0f7cf492961fe1eb1956105735 100644 (file)
@@ -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>