[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200707041748.35104.muneda.takahiro@jp.fujitsu.com>
Date: Wed, 4 Jul 2007 17:48:32 +0900
From: MUNEDA Takahiro <muneda.takahiro@...fujitsu.com>
To: linux-kernel@...r.kernel.org
Cc: muneda.takahiro@...fujitsu.com
Subject: [PATCH 2.6.22-rc7] remove duplicate header include line
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@...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@...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