Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446374
| From | Wei Yongjun <weiyj_lk@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] x86: ce4100: Remove duplicated include from ce4100.c |
| Date | 2016-07-19 14:10 +0200 |
| Message-ID | <rWC0y-3PW-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> --- arch/x86/platform/ce4100/ce4100.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c index 7ab4d3f..b27bccd 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>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH -next] x86: ce4100: Remove duplicated include from ce4100.c Wei Yongjun <weiyj_lk@163.com> - 2016-07-19 14:10 +0200 [tip:x86/headers] x86/ce4100: Remove duplicated include from ce4100.c tip-bot for Wei Yongjun <tipbot@zytor.com> - 2016-07-19 16:10 +0200
csiph-web