From: Yuri Tikhonov Date: Fri, 14 Nov 2008 17:21:57 +0000 (-0700) Subject: xsysace: Fix driver to use resource_size_t instead of unsigned long X-Git-Tag: v2.6.28-rc7~37^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14464bf796d5ead1e735225ead78c566d3344ae;p=pandora-kernel.git xsysace: Fix driver to use resource_size_t instead of unsigned long This patch is a bug fix to the SystemACE driver to use resource_size_t for physical address instead of unsigned long. This makes the driver work correctly on 32 bit systems with 64-bit resources (e.g. PowerPC 440). Signed-off-by: Yuri Tikhonov Signed-off-by: Ilya Yanok Signed-off-by: Grant Likely --- Reading git-diff-tree failed