summaryrefslogtreecommitdiff
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorTom Rini <trini@kernel.crashing.org>2004-08-22 21:08:49 -0700
committerTom Rini <trini@kernel.crashing.org>2004-08-22 21:08:49 -0700
commit02b39c6a5fea067a66caadce063786e64157da0a (patch)
tree59c848f851a6869afd7e0862d577de1ae6c5790b /include/asm-ppc
parentb377c5bd82f1d48c3d07aaae21015f02ba5e5b3f (diff)
We weren't including <syslib/m8260_pci.h> from <asm/mpc8260.h>, so
_IO_BASE was defined to zero instead of isa_io_base. Signed-Off-By: David Woodhouse <dwmw2@infradead.org> Signed-Off-By: Tom Rini <trini@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/mpc8260.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc8260.h b/include/asm-ppc/mpc8260.h
index 61b6a191a2ae..219af7fd06e4 100644
--- a/include/asm-ppc/mpc8260.h
+++ b/include/asm-ppc/mpc8260.h
@@ -40,6 +40,10 @@
#include <platforms/pq2ads.h>
#endif
+#ifdef CONFIG_PCI_8260
+#include <syslib/m8260_pci.h>
+#endif
+
/* Make sure the memory translation stuff is there if PCI not used.
*/
#ifndef _IO_BASE