USB: remove struct usb_operations
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 30 Aug 2006 15:27:36 +0000 (11:27 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:56 +0000 (11:58 -0700)
commita6d2bb9ff919b4685bd684620ec7a1ffa8bf2349
tree5bd0cc451d3ce84765c7ec6a60d486d0155b3356
parent511366da534bad226e89d294c3b3e910a2aaba6b
USB: remove struct usb_operations

All of the currently-supported USB host controller drivers use the HCD
bus-glue framework.  As part of the program for flattening out the glue
layer, this patch (as769) removes the usb_operations structure.  All
function calls now go directly to the HCD routines (slightly renamed
to remain within the "usb_" namespace).

The patch also removes usb_alloc_bus(), because it's not useful in the
HCD framework and it wasn't referenced anywhere.

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