Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758862AbYGFQOA (ORCPT ); Sun, 6 Jul 2008 12:14:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757372AbYGFQNw (ORCPT ); Sun, 6 Jul 2008 12:13:52 -0400 Received: from wx-out-0506.google.com ([66.249.82.224]:54239 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757363AbYGFQNv (ORCPT ); Sun, 6 Jul 2008 12:13:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=wbjYBc0y2gM5Wi+wYJKSUT3FuNgJ6tKofRcmSQmJRrPoxvPFpOceDo6aryOQMjCtJS e1Wkzn6i8ifKg1PYRObujTgzIWJfDQPk23rBxIo1rulQ37NBx9ZSxkhG8BIHPbnOcOPg apG8fOEv4CTuvDUm9qS4sZqYs+ic+Xwqnf5Mc= Message-ID: Date: Sun, 6 Jul 2008 20:13:49 +0400 From: "Alexander Beregalov" To: mingo@elte.hu, yhlu.kernel@gmail.com, tglx@linutronix.de, hpa@zytor.com, kernel-janitors@vger.kernel.org, "Linux Kernel Mailing List" Subject: [PATCH] x86 setup.c: cleanup includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 40 From: Alexander Beregalov The patch applies to the linux-next tree. x86: remove double includes in setup.c Signed-off-by: Alexander Beregalov --- diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 3c98693..f4c9b58 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -57,12 +57,8 @@ #include #include #include -#include #include -#include -#include -#include #include #include #include @@ -104,7 +100,6 @@ #include #include -#include #include #include #ifdef CONFIG_X86_64 -- 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/