usbcore: move usb_autosuspend_work
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 9 Mar 2007 20:41:13 +0000 (15:41 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 20:28:34 +0000 (13:28 -0700)
commit718efa64e30a5e9db0351d70c5a91969306a12d1
tree1b6b5a070c177bd0347df0542f3909cffab5cda9
parent64e35d92367d8cd376946eb924838de1dd3287c7
usbcore: move usb_autosuspend_work

This patch (as864) moves the work routine for USB autosuspend from one
source file to another.  This permits the removal of one whole global
symbol (!) and should smooth the way for more changes in the future.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/driver.c
drivers/usb/core/usb.c
drivers/usb/core/usb.h