From: Andrew Morton Date: Fri, 9 Jun 2006 14:12:34 +0000 (+0100) Subject: [MTD] Prepare physmap for 64-bit-resources X-Git-Tag: v2.6.18-rc1~1105^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24ff6bf8c903bc0c645bf87fbe87f9a6d9f634f;p=pandora-kernel.git [MTD] Prepare physmap for 64-bit-resources Fallout from the incoming 64-bit-resource stuff: drivers/mtd/maps/physmap.c: In function 'physmap_flash_probe': drivers/mtd/maps/physmap.c:94: warning: format '%.8lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t' drivers/mtd/maps/physmap.c:94: warning: format '%.8lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t' Cc: Vivek Goyal Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- Reading git-diff-tree failed