|
@@ -42,8 +42,8 @@
|
|
* We don't actually have real ISA nor PCI buses, but there is so many
|
|
* We don't actually have real ISA nor PCI buses, but there is so many
|
|
* drivers out there that might just work if we fake them...
|
|
* drivers out there that might just work if we fake them...
|
|
*/
|
|
*/
|
|
-#define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
|
|
|
|
-#define __mem_pci(a) (a)
|
|
|
|
|
|
+#define __io(a) __typesafe_io(a)
|
|
|
|
+#define __mem_pci(a) (a)
|
|
|
|
|
|
/*
|
|
/*
|
|
* ----------------------------------------------------------------------------
|
|
* ----------------------------------------------------------------------------
|
|
@@ -51,8 +51,6 @@
|
|
* ----------------------------------------------------------------------------
|
|
* ----------------------------------------------------------------------------
|
|
*/
|
|
*/
|
|
|
|
|
|
-#define PCIO_BASE 0
|
|
|
|
-
|
|
|
|
#if defined(CONFIG_ARCH_OMAP1)
|
|
#if defined(CONFIG_ARCH_OMAP1)
|
|
|
|
|
|
#define IO_PHYS 0xFFFB0000
|
|
#define IO_PHYS 0xFFFB0000
|