From: Alan Stern Date: Fri, 13 Nov 2009 16:53:59 +0000 (-0500) Subject: USB: remove the auto_pm flag X-Git-Tag: v2.6.33-rc1~315^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb34d53752d5bec5acc73422e462a9c68aeeaa2a;p=pandora-kernel.git USB: remove the auto_pm flag This patch (as1302) removes the auto_pm flag from struct usb_device. The flag's only purpose was to distinguish between autosuspends and external suspends, but that information is now available in the pm_message_t argument passed to suspend methods. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed