[PATCH] [linux-next] x86/process : Remove duplicate inclusion of linux/tick.h

From: Masanari Iida
Date: Sun Mar 12 2017 - 11:34:36 EST


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