]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARC: Remove redundant PCI_IOBASE declaration
authorThierry Reding <treding@nvidia.com>
Mon, 7 Jul 2014 10:30:50 +0000 (12:30 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 10 Nov 2014 11:14:53 +0000 (12:14 +0100)
ARC's asm/io.h includes the asm-generic/io.h which already defines the
PCI_IOBASE variable in exactly the same way, so it can be dropped from
the architecture specific header.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arc/include/asm/io.h

index 334ce7017a18e937961e81c00b97acfc9779b316..cabd518cb253d95e3bf532d07bfbc5c2214d19fc 100644 (file)
@@ -13,8 +13,6 @@
 #include <asm/byteorder.h>
 #include <asm/page.h>
 
-#define PCI_IOBASE ((void __iomem *)0)
-
 extern void __iomem *ioremap(unsigned long physaddr, unsigned long size);
 extern void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size,
                                  unsigned long flags);