Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751578AbdCMJmD (ORCPT ); Mon, 13 Mar 2017 05:42:03 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34211 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbdCMJl4 (ORCPT ); Mon, 13 Mar 2017 05:41:56 -0400 From: Masanari Iida To: tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com Cc: Masanari Iida Subject: [PATCH] [linux-next] x86/smpboot: Remove duplicate inclusion of asm/reammode.h Date: Mon, 13 Mar 2017 18:35:22 +0900 Message-Id: <20170313093522.17391-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: 874 Lines: 30 This patch remove duplicate asm/realmode.h in smpboot.c Confirm successfully compile after remove the line. Signed-off-by: Masanari Iida # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # On branch smpboot-fix # Changes to be committed: # modified: arch/x86/kernel/smpboot.c # --- arch/x86/kernel/smpboot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index ca7386d04194..80ba0b2046fa 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -75,7 +75,6 @@ #include #include #include -#include #include /* Number of siblings per CPU package */ -- 2.12.0