From: Laura Abbott Date: Mon, 8 May 2017 22:58:26 +0000 (-0700) Subject: include/linux/filter.h: use set_memory.h header X-Git-Tag: android-x86-8.1-r1~3596^2~37 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d0bde57f3527ffac9279b4c8ba61060ba395b1a;p=android-x86%2Fkernel.git include/linux/filter.h: use set_memory.h header 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 Acked-by: Daniel Borkmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/filter.h b/include/linux/filter.h index 9a7786db14fa..56197f82af45 100644 --- a/include/linux/filter.h +++ b/include/linux/filter.h @@ -19,7 +19,9 @@ #include -#include +#ifdef CONFIG_ARCH_HAS_SET_MEMORY +#include +#endif #include #include