Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932721AbZFMQip (ORCPT ); Sat, 13 Jun 2009 12:38:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932496AbZFMQiP (ORCPT ); Sat, 13 Jun 2009 12:38:15 -0400 Received: from hera.kernel.org ([140.211.167.34]:34511 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765584AbZFMQiN (ORCPT ); Sat, 13 Jun 2009 12:38:13 -0400 Subject: [RFC][PATCH 2/10 -tip] x86: cpu_debug.c remove some not required header files From: Jaswinder Singh Rajput To: Ingo Molnar Cc: "H. Peter Anvin" , x86 maintainers , Andreas Herrmann , Andrew Morton , Andi Kleen , LKML , Yinghai Lu , Dave Jones , Linus Torvalds , Thomas Gleixner , Robert Richter In-Reply-To: <1244910511.11733.16.camel@ht.satnam> References: <1244910436.11733.14.camel@ht.satnam> <1244910511.11733.16.camel@ht.satnam> Content-Type: text/plain Date: Sat, 13 Jun 2009 21:59:35 +0530 Message-Id: <1244910575.11733.17.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1254 Lines: 46 remove some not required header files Signed-off-by: Jaswinder Singh Rajput --- arch/x86/kernel/cpu/cpu_debug.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/x86/kernel/cpu/cpu_debug.c b/arch/x86/kernel/cpu/cpu_debug.c index 6b2a52d..f7b42d2 100644 --- a/arch/x86/kernel/cpu/cpu_debug.c +++ b/arch/x86/kernel/cpu/cpu_debug.c @@ -6,16 +6,12 @@ * For licencing details see kernel-base/COPYING */ -#include -#include #include #include -#include #include #include #include #include -#include #include #include #include @@ -26,7 +22,6 @@ #include #include #include -#include #include #include -- 1.6.0.6 -- 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/