[POWERPC] kill isa_{io,mem}_base definitions for !PCI
authorArnd Bergmann <arnd@arndb.de>
Sun, 17 Jun 2007 23:06:56 +0000 (01:06 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jun 2007 06:56:43 +0000 (01:56 -0500)
When CONFIG_PCI is disabled, the definitions for isa_io_base,
isa_mem_base and pci_dram_offset are entirely unused, but they
can result in link failure because they are defined in multiple
places.

The easiest fix is to just remove all these definitions.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found