]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usbcore: remove unused bandwith-related code
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 16 Jan 2007 16:57:13 +0000 (11:57 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:37 +0000 (15:44 -0800)
commit896fbd7199035958013d106329843d8ae9618753
tree24187ddb0820b472c48fb442bdbc30bde79ea9bd
parent3ca2a3211ee5078d49b04fe7149ff2a76473be51
usbcore: remove unused bandwith-related code

This patch (as841) removes from usbcore a couple of support routines
meant to help with bandwidth allocation.  With the changes to uhci-hcd
in the previous patch, these routines are no longer used anywhere.
Also removed is the CONFIG_USB_BANDWIDTH option; it no longer does
anything and is no longer needed since the HCDs now handle bandwidth
issues correctly.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/Kconfig
drivers/usb/core/hcd.c
drivers/usb/core/hcd.h
drivers/usb/core/urb.c
include/linux/usb.h