]> git.hungrycats.org Git - linux/commitdiff
[PATCH] H8/300: fix build error
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sun, 14 Mar 2004 23:57:16 +0000 (15:57 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 14 Mar 2004 23:57:16 +0000 (15:57 -0800)
- add asm/dma-mapping.h
- add CONFIG_PCI

arch/h8300/Kconfig
include/asm-h8300/dma-mapping.h [new file with mode: 0644]

index 6138a3d7e7c17f653b48f9b97ac610f319c5daaf..73538bc9f99b20f618f5a490a89ef392857da48d 100644 (file)
@@ -37,6 +37,10 @@ config ISA
        bool
        default y
 
+config PCI
+       bool
+       default n
+
 source "init/Kconfig"
 
 menu "Processor type and features"
diff --git a/include/asm-h8300/dma-mapping.h b/include/asm-h8300/dma-mapping.h
new file mode 100644 (file)
index 0000000..d00e400
--- /dev/null
@@ -0,0 +1 @@
+#include <asm-generic/dma-mapping-broken.h>