From: Laura Abbott Date: Thu, 16 May 2013 18:40:22 +0000 (+0100) Subject: ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~41^2~1^3~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b97173e785a54c5df0aa23d1e1f680f61e36e43;p=pandora-kernel.git ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functions Several of the ioremap functions use unsigned long in places resulting in truncation if physical addresses greater than 4G are passed in. Change the types of the functions and the callers accordingly. Cc: Krzysztof Halasa Cc: Arnd Bergmann Cc: Stephen Boyd Signed-off-by: Laura Abbott Signed-off-by: Russell King --- Reading git-diff-tree failed