diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-07-19 15:02:11 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-07-19 17:02:17 +0300 |
commit | 2384d1d832efc59447b27a283080551caf922086 (patch) | |
tree | 677072baf09c1dfcf86acb7f9323c35a1b5a4c57 /arch | |
parent | a203800d97ed635c504b1774dfffee6e7abf95f9 (diff) | |
download | linux-2384d1d832efc59447b27a283080551caf922086.tar.xz |
x86/ce4100: Remove duplicated include from ce4100.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/1468929731-8900-1-git-send-email-weiyj_lk@163.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/platform/ce4100/ce4100.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c index 7ab4d3fc7433..b27bccd4390f 100644 --- a/arch/x86/platform/ce4100/ce4100.c +++ b/arch/x86/platform/ce4100/ce4100.c @@ -11,11 +11,9 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/irq.h> -#include <linux/init.h> #include <linux/reboot.h> #include <linux/serial_reg.h> #include <linux/serial_8250.h> -#include <linux/reboot.h> #include <asm/ce4100.h> #include <asm/prom.h> |