* [PATCH] x86: remove duplicated #include entry
@ 2007-11-01 17:17 Miguel Botón
0 siblings, 0 replies; only message in thread
From: Miguel Botón @ 2007-11-01 17:17 UTC (permalink / raw)
To: linux-kernel; +Cc: tglx
"#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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-01 17:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 17:17 [PATCH] x86: remove duplicated #include entry Miguel Botón
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox