From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761196AbZCYQy6 (ORCPT ); Wed, 25 Mar 2009 12:54:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756106AbZCYQyt (ORCPT ); Wed, 25 Mar 2009 12:54:49 -0400 Received: from hera.kernel.org ([140.211.167.34]:45560 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754859AbZCYQys (ORCPT ); Wed, 25 Mar 2009 12:54:48 -0400 Subject: [PATCH -tip] x86: cpu_debug.c remove some not required header files From: Jaswinder Singh Rajput To: Ingo Molnar , x86 maintainers , LKML Content-Type: text/plain Date: Wed, 25 Mar 2009 22:24:12 +0530 Message-Id: <1238000052.2500.43.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 From: Jaswinder Singh Rajput Date: Wed, 25 Mar 2009 22:09:52 +0530 Subject: [PATCH] x86: cpu_debug.c remove some not required header files Impact: cleanup Also fixed mode of cpu_debug files Signed-off-by: Jaswinder Singh Rajput --- arch/x86/kernel/cpu/cpu_debug.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) mode change 100755 => 100644 arch/x86/include/asm/cpu_debug.h mode change 100755 => 100644 arch/x86/kernel/cpu/cpu_debug.c diff --git a/arch/x86/include/asm/cpu_debug.h b/arch/x86/include/asm/cpu_debug.h old mode 100755 new mode 100644 diff --git a/arch/x86/kernel/cpu/cpu_debug.c b/arch/x86/kernel/cpu/cpu_debug.c old mode 100755 new mode 100644 index 46e29ab..8e31426 --- a/arch/x86/kernel/cpu/cpu_debug.c +++ b/arch/x86/kernel/cpu/cpu_debug.c @@ -6,8 +6,6 @@ * For licencing details see kernel-base/COPYING */ -#include -#include #include #include #include @@ -26,7 +24,6 @@ #include #include #include -#include #include #include -- 1.6.0.6