[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1238001642.2500.50.camel@ht.satnam>
Date: Wed, 25 Mar 2009 22:50:42 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: x86 maintainers <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -tip] x86: cpu_debug.c remove some not required header
files
On Wed, 2009-03-25 at 22:24 +0530, Jaswinder Singh Rajput wrote:
> From: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
> 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
Here is updated patch:
From: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
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 <jaswinderrajput@...il.com>
---
arch/x86/kernel/cpu/cpu_debug.c | 5 -----
1 files changed, 0 insertions(+), 5 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..871a4dc
--- 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 <linux/interrupt.h>
-#include <linux/compiler.h>
#include <linux/seq_file.h>
#include <linux/debugfs.h>
-#include <linux/kprobes.h>
#include <linux/uaccess.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/percpu.h>
-#include <linux/signal.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/types.h>
@@ -26,7 +22,6 @@
#include <asm/cpu_debug.h>
#include <asm/paravirt.h>
#include <asm/system.h>
-#include <asm/traps.h>
#include <asm/apic.h>
#include <asm/desc.h>
--
1.6.0.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists