From: Himangi Saraogi Date: Fri, 20 Jun 2014 17:41:23 +0000 (+0530) Subject: usb: host: xhci-plat: use devm_functions X-Git-Tag: cleanup-for-v3.18~123^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd666348c51f6ab66410c98a149e0418b9a258f0;p=pandora-kernel.git usb: host: xhci-plat: use devm_functions This patch introduces the use of managed interface devm_ioremap_resource for ioremap_nocache and request_mem_region and removes the corresponding free functions in the probe and remove functions. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Reviewed-by: Felipe Balbi Acked-by: Felipe Balbi Cc: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed