From: Philipp Zabel Date: Fri, 21 Dec 2007 08:31:25 +0000 (+0100) Subject: [ARM] 4718/1: Fix redefinition warnings in PXA uncompressor code X-Git-Tag: v2.6.25-rc1~1175^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a333aeb73b45d2b6bbaaebd56f9e7e3a674ac039;p=pandora-kernel.git [ARM] 4718/1: Fix redefinition warnings in PXA uncompressor code FFUART and friends are already defined as __REG(x) in pxa-regs.h. Instead of redefining them here, we can just provide the __REG macro. Including asm/arch/hardware.h is not an option because this physical addresses are needed here. This is a fix for the compiler warnings generated by 4663/1. Signed-off-by: Philipp Zabel Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed