From: Kishon Vijay Abraham I Date: Thu, 16 Aug 2012 12:54:19 +0000 (+0530) Subject: usb: hcd: use *resource_size_t* for specifying resource data X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f944b2716717aa243f16cd2181f80441153f0d;p=pandora-kernel.git usb: hcd: use *resource_size_t* for specifying resource data Changed the type of rsrc_start and rsrc_len from u64 to resource_size_t so that it behaves well with resource API's like *resource_size()* on both 32bit and 64bit devices. Signed-off-by: Kishon Vijay Abraham I Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed