2004-03-14 16:28:38

by Yoshinori Sato

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

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

--
Yoshinori Sato
<[email protected]>

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>