Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934344AbdCLPe3 (ORCPT ); Sun, 12 Mar 2017 11:34:29 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:36063 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933820AbdCLPeV (ORCPT ); Sun, 12 Mar 2017 11:34:21 -0400 From: Masanari Iida To: tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, akpm@linux-foundation.org Cc: Masanari Iida Subject: [PATCH] [linux-next] x86/process : Remove duplicate inclusion of linux/tick.h Date: Mon, 13 Mar 2017 00:34:14 +0900 Message-Id: <20170312153414.17940-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 22 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 --- 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 #include #include -#include #include #include #include -- 2.12.0