Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754976AbYGIS2f (ORCPT ); Wed, 9 Jul 2008 14:28:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753094AbYGIS21 (ORCPT ); Wed, 9 Jul 2008 14:28:27 -0400 Received: from wx-out-0506.google.com ([66.249.82.235]:29410 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753051AbYGIS20 (ORCPT ); Wed, 9 Jul 2008 14:28:26 -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=nmYcZ4lzubx5q8bFaEXuakd2XsPhoEeAiF4dlslDtIqDpNhYYFVAn6u+R41jkp+by0 NkcL7Vphx1Kei8LyAZLyHEXdtqqZuFffmFt8vJd+LZ1bWk9GwVT39ZqkCS2lVwM4XMkX LfpquOI3VT0WvQbyulSteTU855QzR4dzI7NRg= Message-ID: Date: Wed, 9 Jul 2008 22:28:24 +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 -next] arch/x86/kernel/cpu/common_64.c: remove double inclusions 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: 935 Lines: 30 From: Alexander Beregalov x86: remove double inclusions in arch/x86/kernel/cpu/common_64.c Signed-off-by: Alexander Beregalov --- diff --git a/arch/x86/kernel/cpu/common_64.c b/arch/x86/kernel/cpu/common_64.c index 7518502..85cf7e1 100644 --- a/arch/x86/kernel/cpu/common_64.c +++ b/arch/x86/kernel/cpu/common_64.c @@ -7,12 +7,9 @@ #include #include #include -#include #include #include -#include #include -#include #include #include #include -- 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/