picoxcell: remove custom ioremap implementation

Nicolas Pitre's generic ioremap() patch set means that we don't need
this any more.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
This commit is contained in:
Jamie Iles
2011-09-16 14:26:18 +01:00
parent a14bf143b3
commit 6190303b4e
3 changed files with 0 additions and 49 deletions

View File

@@ -19,11 +19,4 @@
/* No PCI possible on picoxcell. */
#define __mem_pci(a) (a)
#define __arch_ioremap picoxcell_ioremap
#define __arch_iounmap picoxcell_iounmap
extern void __iomem *picoxcell_ioremap(unsigned long phys, size_t size,
unsigned int type);
extern void picoxcell_iounmap(volatile void __iomem *addr);
#endif /* __ASM_ARM_ARCH_IO_H */