[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170312153414.17940-1-standby24x7@gmail.com>
Date: Mon, 13 Mar 2017 00:34:14 +0900
From: Masanari Iida <standby24x7@...il.com>
To: tglx@...utronix.de, linux-kernel@...r.kernel.org, mingo@...hat.com,
hpa@...or.com, x86@...nel.org, akpm@...ux-foundation.org
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] [linux-next] x86/process : Remove duplicate inclusion of linux/tick.h
This patch removes duplicate inclusion of linux/tick.h in process.c.
Confirm successfully kernel compile after remove the line.
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
arch/x86/kernel/process.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index f67591561711..5250f34180d7 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -20,7 +20,6 @@
#include <linux/dmi.h>
#include <linux/utsname.h>
#include <linux/stackprotector.h>
-#include <linux/tick.h>
#include <linux/cpuidle.h>
#include <trace/events/power.h>
#include <linux/hw_breakpoint.h>
--
2.12.0
Powered by blists - more mailing lists