mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] x86, apic: Remove duplicated include from probe_64.c
@ 2016-07-19 12:02 Wei Yongjun
  2016-07-19 13:55 ` Paul Gortmaker
  2016-07-19 14:07 ` [tip:x86/headers] x86/apic: " tip-bot for Wei Yongjun
  0 siblings, 2 replies; 3+ messages in thread
From: Wei Yongjun @ 2016-07-19 12:02 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Paul Gortmaker
  Cc: Wei Yongjun, x86, linux-kernel

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>
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] x86, apic: Remove duplicated include from probe_64.c
  2016-07-19 12:02 [PATCH -next] x86, apic: Remove duplicated include from probe_64.c Wei Yongjun
@ 2016-07-19 13:55 ` Paul Gortmaker
  2016-07-19 14:07 ` [tip:x86/headers] x86/apic: " tip-bot for Wei Yongjun
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Gortmaker @ 2016-07-19 13:55 UTC (permalink / raw)
  To: Wei Yongjun, Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: Wei Yongjun, x86, linux-kernel

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>
>  
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/headers] x86/apic: Remove duplicated include from probe_64.c
  2016-07-19 12:02 [PATCH -next] x86, apic: Remove duplicated include from probe_64.c Wei Yongjun
  2016-07-19 13:55 ` Paul Gortmaker
@ 2016-07-19 14:07 ` tip-bot for Wei Yongjun
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Wei Yongjun @ 2016-07-19 14:07 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, tglx, mingo, paul.gortmaker, linux-kernel, yongjun_wei

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>
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-19 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 12:02 [PATCH -next] x86, apic: Remove duplicated include from probe_64.c Wei Yongjun
2016-07-19 13:55 ` Paul Gortmaker
2016-07-19 14:07 ` [tip:x86/headers] x86/apic: " tip-bot for Wei Yongjun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®