Browse Source

arm: 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-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>
Laura Abbott 8 years ago
parent
commit
74d86a7063

+ 1 - 0
arch/arm/kernel/ftrace.c

@@ -21,6 +21,7 @@
 #include <asm/opcodes.h>
 #include <asm/opcodes.h>
 #include <asm/ftrace.h>
 #include <asm/ftrace.h>
 #include <asm/insn.h>
 #include <asm/insn.h>
+#include <asm/set_memory.h>
 
 
 #ifdef CONFIG_THUMB2_KERNEL
 #ifdef CONFIG_THUMB2_KERNEL
 #define	NOP		0xf85deb04	/* pop.w {lr} */
 #define	NOP		0xf85deb04	/* pop.w {lr} */

+ 1 - 0
arch/arm/kernel/machine_kexec.c

@@ -18,6 +18,7 @@
 #include <asm/mach-types.h>
 #include <asm/mach-types.h>
 #include <asm/smp_plat.h>
 #include <asm/smp_plat.h>
 #include <asm/system_misc.h>
 #include <asm/system_misc.h>
+#include <asm/set_memory.h>
 
 
 extern void relocate_new_kernel(void);
 extern void relocate_new_kernel(void);
 extern const unsigned int relocate_new_kernel_size;
 extern const unsigned int relocate_new_kernel_size;

+ 1 - 0
arch/arm/mm/pageattr.c

@@ -15,6 +15,7 @@
 
 
 #include <asm/pgtable.h>
 #include <asm/pgtable.h>
 #include <asm/tlbflush.h>
 #include <asm/tlbflush.h>
+#include <asm/set_memory.h>
 
 
 struct page_change_data {
 struct page_change_data {
 	pgprot_t set_mask;
 	pgprot_t set_mask;

+ 1 - 0
arch/arm/net/bpf_jit_32.c

@@ -18,6 +18,7 @@
 #include <linux/if_vlan.h>
 #include <linux/if_vlan.h>
 
 
 #include <asm/cacheflush.h>
 #include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 #include <asm/hwcap.h>
 #include <asm/hwcap.h>
 #include <asm/opcodes.h>
 #include <asm/opcodes.h>