From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753657AbcGSOHP (ORCPT ); Tue, 19 Jul 2016 10:07:15 -0400 Received: from terminus.zytor.com ([198.137.202.10]:55802 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753290AbcGSOHL (ORCPT ); Tue, 19 Jul 2016 10:07:11 -0400 Date: Tue, 19 Jul 2016 07:07:05 -0700 From: tip-bot for Wei Yongjun Message-ID: Cc: hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, paul.gortmaker@windriver.com, linux-kernel@vger.kernel.org, yongjun_wei@trendmicro.com.cn Reply-To: mingo@kernel.org, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, paul.gortmaker@windriver.com, yongjun_wei@trendmicro.com.cn In-Reply-To: <1468929740-8999-1-git-send-email-weiyj_lk@163.com> References: <1468929740-8999-1-git-send-email-weiyj_lk@163.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/headers] x86/apic: Remove duplicated include from probe_64.c Git-Commit-ID: f6329088b3d9898d6212c410d465d096cdcd3746 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: f6329088b3d9898d6212c410d465d096cdcd3746 Gitweb: http://git.kernel.org/tip/f6329088b3d9898d6212c410d465d096cdcd3746 Author: Wei Yongjun AuthorDate: Tue, 19 Jul 2016 12:02:20 +0000 Committer: Thomas Gleixner 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 Cc: Paul Gortmaker Link: http://lkml.kernel.org/r/1468929740-8999-1-git-send-email-weiyj_lk@163.com Signed-off-by: Thomas Gleixner --- 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 #include #include -#include #include #include