Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446373
| From | Wei Yongjun <weiyj_lk@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] x86, apic: Remove duplicated include from probe_64.c |
| Date | 2016-07-19 14:10 +0200 |
| Message-ID | <rWC0y-3PW-15@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/kernel/apic/probe_64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/apic/probe_64.c b/arch/x86/kernel/apic/probe_64.c index d4880a3..c303054 100644 --- a/arch/x86/kernel/apic/probe_64.c +++ b/arch/x86/kernel/apic/probe_64.c @@ -14,7 +14,6 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/ctype.h> -#include <linux/init.h> #include <linux/hardirq.h> #include <linux/dmar.h>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH -next] x86, apic: Remove duplicated include from probe_64.c Wei Yongjun <weiyj_lk@163.com> - 2016-07-19 14:10 +0200 Re: [PATCH -next] x86, apic: Remove duplicated include from probe_64.c Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-07-19 16:00 +0200 [tip:x86/headers] x86/apic: Remove duplicated include from probe_64.c tip-bot for Wei Yongjun <tipbot@zytor.com> - 2016-07-19 16:10 +0200
csiph-web