[PATCH] x86: remove duplicated #include entry

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <tglx@...>
Date: Thursday, November 1, 2007 - 1:17 pm

"#include <linux/kprobes.h>" is duplicated in "arch/x86/mm/fault_32.c".
We just remove one of the entries.

Signed-off-by: Miguel Botón <mboton@gmail.com>


Index: linux-2.6.24-rc1/arch/x86/mm/fault_32.c
===================================================================
--- linux-2.6.24-rc1.orig/arch/x86/mm/fault_32.c
+++ linux-2.6.24-rc1/arch/x86/mm/fault_32.c
@@ -22,7 +22,6 @@
 #include <linux/bootmem.h>		/* for max_low_pfn */
 #include <linux/vmalloc.h>
 #include <linux/module.h>
-#include <linux/kprobes.h>
 #include <linux/uaccess.h>
 #include <linux/kdebug.h>
 #include <linux/kprobes.h>

-- 
	Miguel Botón
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: remove duplicated #include entry, Miguel , (Thu Nov 1, 1:17 pm)