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>

No differences found