Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 7574/1: kernel/process.c: include idmap.h instead of redeclaring setup_mm_for_reboot()

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Nicolas Pitre and committed by
Russell King
9ecb47de e4067855

+1 -2
+1 -2
arch/arm/kernel/process.c
··· 34 34 #include <linux/leds.h> 35 35 36 36 #include <asm/cacheflush.h> 37 + #include <asm/idmap.h> 37 38 #include <asm/processor.h> 38 39 #include <asm/thread_notify.h> 39 40 #include <asm/stacktrace.h> ··· 56 55 static const char *isa_modes[] = { 57 56 "ARM" , "Thumb" , "Jazelle", "ThumbEE" 58 57 }; 59 - 60 - extern void setup_mm_for_reboot(void); 61 58 62 59 static volatile int hlt_counter; 63 60