USB: remove the auto_pm flag
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 13 Nov 2009 16:53:59 +0000 (11:53 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:21 +0000 (11:55 -0800)
commitfb34d53752d5bec5acc73422e462a9c68aeeaa2a
tree6a395f2a0246cd3d721753c60af13e8f9b2e9c41
parent576a362ad2103da481e1f6e13de01f33d3d4c7b1
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 <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/usb/power-management.txt
drivers/bluetooth/btusb.c
drivers/hid/usbhid/hid-core.c
drivers/net/wimax/i2400m/usb.c
drivers/usb/core/driver.c
drivers/usb/serial/option.c
drivers/usb/serial/sierra.c
include/linux/usb.h