diff options
Diffstat (limited to 'arch/arc/include/asm/io.h')
-rw-r--r-- | arch/arc/include/asm/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h index 334ce7017a18..cabd518cb253 100644 --- a/arch/arc/include/asm/io.h +++ b/arch/arc/include/asm/io.h | |||
@@ -13,8 +13,6 @@ | |||
13 | #include <asm/byteorder.h> | 13 | #include <asm/byteorder.h> |
14 | #include <asm/page.h> | 14 | #include <asm/page.h> |
15 | 15 | ||
16 | #define PCI_IOBASE ((void __iomem *)0) | ||
17 | |||
18 | extern void __iomem *ioremap(unsigned long physaddr, unsigned long size); | 16 | extern void __iomem *ioremap(unsigned long physaddr, unsigned long size); |
19 | extern void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, | 17 | extern void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, |
20 | unsigned long flags); | 18 | unsigned long flags); |