From: Ming Lei Date: Mon, 15 Nov 2010 20:57:30 +0000 (-0500) Subject: USB: make usb_mark_last_busy use pm_runtime_mark_last_busy X-Git-Tag: v2.6.38-rc1~465^2~11^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ddf27cdbc218a412d7e993fdc08e30eec2042ce;p=pandora-kernel.git USB: make usb_mark_last_busy use pm_runtime_mark_last_busy Since the runtime-PM core already defines a .last_busy field in device.power, this patch uses it to replace the .last_busy field defined in usb_device and uses pm_runtime_mark_last_busy to implement usb_mark_last_busy. Signed-off-by: Ming Lei Reviewed-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed