lkml.org 
[lkml]   [2007]   [Jul]   [4]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromMUNEDA Takahiro <>
Subject[PATCH 2.6.22-rc7] remove duplicate header include line
DateWed, 4 Jul 2007 17:48:32 +0900
Hi,

<linux/pci.h> is included twice. This patch removes the duplication.
I've confirmed the binary file with/without patch is completely same.

Thanks,
MUNE

Remove duplicate header include line from arch/i386/kernel/pci-dma.c

Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>

---
 arch/i386/kernel/pci-dma.c |    1 -
 1 file changed, 1 deletion(-)
Index: linux-2.6.22-rc7/arch/i386/kernel/pci-dma.c
===================================================================
--- linux-2.6.22-rc7.orig/arch/i386/kernel/pci-dma.c	2007-07-04 17:09:03.000000000 +0900
+++ linux-2.6.22-rc7/arch/i386/kernel/pci-dma.c	2007-07-04 17:09:14.000000000 +0900
@@ -12,7 +12,6 @@
 #include <linux/string.h>
 #include <linux/pci.h>
 #include <linux/module.h>
-#include <linux/pci.h>
 #include <asm/io.h>
 
 struct dma_coherent_mem {
-
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/

\
 
 \ /
  Last update: 2007-07-04 10:53    [from the cache]
©2003-2008