From: Kumar Gala Date: Mon, 20 Oct 2008 03:16:55 +0000 (+0000) Subject: powerpc: Fix build issue with CONFIG_RELOCATABLE=y X-Git-Tag: v2.6.28-rc1~58^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ba68f969b2407b6809a840f6ff45ab0eb06f84;p=pandora-kernel.git powerpc: Fix build issue with CONFIG_RELOCATABLE=y There are two issues when we enable CONFIG_RELOCATABLE. The first is due to the fact that phys_addr_t is now defined in linux/types.h. The second is due to the fact that the DMA code changes expose memstart_addr to prom_init.c Signed-off-by: Kumar Gala Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed