diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-07 12:30:50 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-10 12:14:53 +0100 |
commit | bfb111ec255c82f2501d2898c5d26f39959c0111 (patch) | |
tree | f22abd03c5f6cc8733bc20f9ca646ec539b2d4c2 /arch/arc/include | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | blackbird-obmc-linux-bfb111ec255c82f2501d2898c5d26f39959c0111.tar.gz blackbird-obmc-linux-bfb111ec255c82f2501d2898c5d26f39959c0111.zip |
ARC: Remove redundant PCI_IOBASE declaration
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>
Diffstat (limited to 'arch/arc/include')
-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 @@ #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); |