From: Kumar Gala Date: Tue, 29 Apr 2008 15:25:48 +0000 (-0500) Subject: devres: support addresses greater than an unsigned long via dev_ioremap X-Git-Tag: v2.6.26-rc1~99^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f452e8aa492c0b8028ca9b4bdb4d018ba28c6c7;p=pandora-kernel.git devres: support addresses greater than an unsigned long via dev_ioremap Use a resource_size_t instead of unsigned long since some arch's are capable of having ioremap deal with addresses greater than the size of a unsigned long. Signed-off-by: Kumar Gala Cc: Tejun Heo Cc: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed