All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] H8/300 support update (2/4) - fix build error
@ 2004-03-14 16:28 Yoshinori Sato
  0 siblings, 0 replies; only message in thread
From: Yoshinori Sato @ 2004-03-14 16:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux kernel Mailing List

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

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-14 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-14 16:28 [PATCH] H8/300 support update (2/4) - fix build error Yoshinori Sato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.