arm: use set_memory.h header
authorLaura Abbott <labbott@redhat.com>
Mon, 8 May 2017 22:58:02 +0000 (15:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 May 2017 00:15:13 +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-3-git-send-email-labbott@redhat.com
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/kernel/ftrace.c
arch/arm/kernel/machine_kexec.c
arch/arm/mm/pageattr.c
arch/arm/net/bpf_jit_32.c

index 3f1759411d51bec32175992a2332ab07ca598a8a..dea3e965fe8882160413e075031b0185659faa7a 100644 (file)
@@ -21,6 +21,7 @@
 #include <asm/opcodes.h>
 #include <asm/ftrace.h>
 #include <asm/insn.h>
+#include <asm/set_memory.h>
 
 #ifdef CONFIG_THUMB2_KERNEL
 #define        NOP             0xf85deb04      /* pop.w {lr} */
index b18c1ea56bed69b8dd6ffbda657315bdd94230c6..15495887ca14eedc883daa60b9a9a034913f0c3e 100644 (file)
@@ -18,6 +18,7 @@
 #include <asm/mach-types.h>
 #include <asm/smp_plat.h>
 #include <asm/system_misc.h>
+#include <asm/set_memory.h>
 
 extern void relocate_new_kernel(void);
 extern const unsigned int relocate_new_kernel_size;
index 3b69f26425130fd65aebc4342bcfbdbbd84a68c7..1403cb4a0c3da8c3be996722739ae6c0c9e9c3a1 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <asm/pgtable.h>
 #include <asm/tlbflush.h>
+#include <asm/set_memory.h>
 
 struct page_change_data {
        pgprot_t set_mask;
index 93d0b6d0b63eede5f36de91428bb181bab2e0971..d5b9fa19b684b69758661ef9fbd8d023e04d1d68 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/if_vlan.h>
 
 #include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 #include <asm/hwcap.h>
 #include <asm/opcodes.h>