[PATCH] H8/300 support update (2/4) - fix build error

From: Yoshinori Sato
Date: Sun Mar 14 2004 - 11:30:37 EST


- add asm/dma-mapping.h
- add CONFIG_PCI

--
Yoshinori Sato
<ysato@xxxxxxxxxxxxxxxxxxxx>

diff -Nru -X .exclude-diff linux-2.6.4/arch/h8300/Kconfig linux-2.6.4-h8300/arch/h8300/Kconfig
--- linux-2.6.4/arch/h8300/Kconfig 2004-03-14 18:17:37.000000000 +0900
+++ linux-2.6.4-h8300/arch/h8300/Kconfig 2004-03-03 21:10:41.000000000 +0900
@@ -37,6 +37,10 @@
bool
default y

+config PCI
+ bool
+ default n
+
source "init/Kconfig"

menu "Processor type and features"
diff -Nru -X .exclude-diff linux-2.6.4/include/asm-h8300/dma-mapping.h linux-2.6.4-h8300/include/asm-h8300/dma-mapping.h
--- linux-2.6.4/include/asm-h8300/dma-mapping.h 1970-01-01 09:00:00.000000000 +0900
+++ linux-2.6.4-h8300/include/asm-h8300/dma-mapping.h 2004-03-03 21:12:33.000000000 +0900
@@ -0,0 +1 @@
+#include <asm-generic/dma-mapping-broken.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/