From: Arnd Bergmann Date: Sun, 17 Jun 2007 23:06:56 +0000 (+0200) Subject: [POWERPC] kill isa_{io,mem}_base definitions for !PCI X-Git-Tag: v2.6.23-rc1~767^2^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfaa762b59743719f00f2dc2f559de59f5502f7;p=pandora-kernel.git [POWERPC] kill isa_{io,mem}_base definitions for !PCI 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 --- Reading git-diff-tree failed