[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1468929740-8999-1-git-send-email-weiyj_lk@163.com>
Date: Tue, 19 Jul 2016 12:02:20 +0000
From: Wei Yongjun <weiyj_lk@....com>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>
Cc: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH -next] x86, apic: Remove duplicated include from probe_64.c
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.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>
Powered by blists - more mailing lists