From: Alan Stern Date: Fri, 2 Apr 2010 17:22:09 +0000 (-0400) Subject: USB: use PM core routines to enable/disable autosuspend X-Git-Tag: v2.6.35-rc1~471^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e18c821659d836bd63f88df3c19729327728496;p=pandora-kernel.git USB: use PM core routines to enable/disable autosuspend This patch (as1366) replaces the private routines usb_enable_autosuspend() and usb_disable_autosuspend() with calls to the standard pm_runtime_allow() and pm_runtime_forbid() functions in the runtime PM framework. They do the same thing. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed