[PATCH] ARM: remove duplicate reboot.h include in process.c

Baruch Siach baruch at tkos.co.il
Sun Mar 22 03:36:47 PDT 2015


Fixes: 7b6d864b48d ('reboot: arm: change reboot_mode to use enum reboot_mode')
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 arch/arm/kernel/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
index fdfa3a78ec8c..7989a9063fea 100644
--- a/arch/arm/kernel/process.c
+++ b/arch/arm/kernel/process.c
@@ -31,7 +31,6 @@
 #include <linux/random.h>
 #include <linux/hw_breakpoint.h>
 #include <linux/leds.h>
-#include <linux/reboot.h>
 
 #include <asm/cacheflush.h>
 #include <asm/idmap.h>
-- 
2.1.4




More information about the linux-arm-kernel mailing list