From: Sylvain Munaut Date: Sat, 11 Nov 2006 09:53:19 +0000 (+0100) Subject: [PATCH] ppc: Fix io.h for config with CONFIG_PCI not set X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a79859e168640f8e16d7b216d211c1c52b687a;p=pandora-kernel.git [PATCH] ppc: Fix io.h for config with CONFIG_PCI not set When CONFIG_PCI option is not set, the variables pci_dram_offset, isa_io_base and isa_mem_base are not defined. Currently, the test is handled in each platform header. This patch moves the test in io.h once and for all. Signed-off-by: Sylvain Munaut Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed