Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753812AbbBAS3L (ORCPT ); Sun, 1 Feb 2015 13:29:11 -0500 Received: from mail-la0-f46.google.com ([209.85.215.46]:44433 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753405AbbBAS3H (ORCPT ); Sun, 1 Feb 2015 13:29:07 -0500 From: Alexander Kuleshov To: Thomas Gleixner , "H. Peter Anvin" , Martin Mares , Ingo Molnar Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Alexander Kuleshov Subject: [PATCH] x86/boot: remove unneeded include Date: Mon, 2 Feb 2015 00:28:56 +0600 Message-Id: <1422815336-1636-1-git-send-email-kuleshovmail@gmail.com> X-Mailer: git-send-email 2.3.0-rc1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 28 arch/x86/boot/compressed/head_32.S no needs to include , So remove it. Signed-off-by: Alexander Kuleshov --- arch/x86/boot/compressed/head_32.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/boot/compressed/head_32.S b/arch/x86/boot/compressed/head_32.S index 1d7fbbc..198cf09 100644 --- a/arch/x86/boot/compressed/head_32.S +++ b/arch/x86/boot/compressed/head_32.S @@ -26,7 +26,6 @@ #include #include #include -#include #include #include -- 2.3.0-rc1 -- 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/