Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757233Ab3ENIxD (ORCPT ); Tue, 14 May 2013 04:53:03 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:56243 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756288Ab3ENIxA (ORCPT ); Tue, 14 May 2013 04:53:00 -0400 X-IronPort-AV: E=Sophos;i="4.87,669,1363104000"; d="scan'208";a="7265084" Message-ID: <5191FAE2.4020403@cn.fujitsu.com> Date: Tue, 14 May 2013 16:50:42 +0800 From: Zhang Yanfei User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.8) Gecko/20121012 Thunderbird/10.0.8 MIME-Version: 1.0 To: "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner CC: "linux-kernel@vger.kernel.org" Subject: [PATCH] x86, 64bit: Drop unneeded include X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/05/14 16:51:53, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/05/14 16:51:54, Serialize complete at 2013/05/14 16:51:54 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 32 arch/x86/boot/compressed/head_64.S includes and but it doesn't look like it needs them. So remove them. Signed-off-by: Zhang Yanfei Cc: "H. Peter Anvin" Cc: Thomas Gleixner Cc: Ingo Molnar --- arch/x86/boot/compressed/head_64.S | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S index 16f24e6..06e71c2 100644 --- a/arch/x86/boot/compressed/head_64.S +++ b/arch/x86/boot/compressed/head_64.S @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include #include #include -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/