[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAPgLHd9-sZkf8CboY9noao0GnSRRFsRCtnU0C0mtmKJRRFaC-Q@mail.gmail.com>
Date: Thu, 20 Jun 2013 07:44:05 +0800
From: Wei Yongjun <weiyj.lk@...il.com>
To: linux@....linux.org.uk, akpm@...ux-foundation.org,
viro@...iv.linux.org.uk, tglx@...utronix.de, holt@....com
Cc: yongjun_wei@...ndmicro.com.cn,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH -next] arm: remove duplicated include from process.c
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
---
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 7591df5..f89ff80 100644
--- a/arch/arm/kernel/process.c
+++ b/arch/arm/kernel/process.c
@@ -32,7 +32,6 @@
#include <linux/hw_breakpoint.h>
#include <linux/cpuidle.h>
#include <linux/leds.h>
-#include <linux/reboot.h>
#include <asm/cacheflush.h>
#include <asm/idmap.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists