Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446373 > unrolled thread
| Started by | Wei Yongjun <weiyj_lk@163.com> |
|---|---|
| First post | 2016-07-19 14:10 +0200 |
| Last post | 2016-07-19 16:10 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[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
| From | Wei Yongjun <weiyj_lk@163.com> |
|---|---|
| Date | 2016-07-19 14:10 +0200 |
| Subject | [PATCH -next] x86, apic: Remove duplicated include from probe_64.c |
| Message-ID | <rWC0y-3PW-15@gated-at.bofh.it> |
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>
[toc] | [next] | [standalone]
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Date | 2016-07-19 16:00 +0200 |
| Subject | Re: [PATCH -next] x86, apic: Remove duplicated include from probe_64.c |
| Message-ID | <rWDIZ-4IM-21@gated-at.bofh.it> |
| In reply to | #1446373 |
On 2016-07-19 08:02 AM, Wei Yongjun wrote: > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> > > Remove duplicated include. Gah, I had told myself to run make includecheck before and after as a sanity check and then forgot. Thanks -- on both counts. P. -- > > 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> > > > > >
[toc] | [prev] | [next] | [standalone]
| From | tip-bot for Wei Yongjun <tipbot@zytor.com> |
|---|---|
| Date | 2016-07-19 16:10 +0200 |
| Subject | [tip:x86/headers] x86/apic: Remove duplicated include from probe_64.c |
| Message-ID | <rWDSG-516-23@gated-at.bofh.it> |
| In reply to | #1446373 |
Commit-ID: f6329088b3d9898d6212c410d465d096cdcd3746 Gitweb: http://git.kernel.org/tip/f6329088b3d9898d6212c410d465d096cdcd3746 Author: Wei Yongjun <yongjun_wei@trendmicro.com.cn> AuthorDate: Tue, 19 Jul 2016 12:02:20 +0000 Committer: Thomas Gleixner <tglx@linutronix.de> CommitDate: Tue, 19 Jul 2016 16:02:31 +0200 x86/apic: Remove duplicated include from probe_64.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/1468929740-8999-1-git-send-email-weiyj_lk@163.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- 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>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web