diff options
Diffstat (limited to 'arch/arm/mach-iop33x/include/mach/io.h')
| -rw-r--r-- | arch/arm/mach-iop33x/include/mach/io.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-iop33x/include/mach/io.h b/arch/arm/mach-iop33x/include/mach/io.h index 39e893e97c21..a8a66fc8fbdb 100644 --- a/arch/arm/mach-iop33x/include/mach/io.h +++ b/arch/arm/mach-iop33x/include/mach/io.h | |||
| @@ -13,15 +13,8 @@ | |||
| 13 | 13 | ||
| 14 | #include <asm/hardware/iop3xx.h> | 14 | #include <asm/hardware/iop3xx.h> |
| 15 | 15 | ||
| 16 | extern void __iomem *__iop3xx_ioremap(unsigned long cookie, size_t size, | ||
| 17 | unsigned int mtype); | ||
| 18 | extern void __iop3xx_iounmap(void __iomem *addr); | ||
| 19 | |||
| 20 | #define IO_SPACE_LIMIT 0xffffffff | 16 | #define IO_SPACE_LIMIT 0xffffffff |
| 21 | #define __io(p) ((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p)) | 17 | #define __io(p) ((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p)) |
| 22 | #define __mem_pci(a) (a) | 18 | #define __mem_pci(a) (a) |
| 23 | 19 | ||
| 24 | #define __arch_ioremap __iop3xx_ioremap | ||
| 25 | #define __arch_iounmap __iop3xx_iounmap | ||
| 26 | |||
| 27 | #endif | 20 | #endif |
