From: Alan Stern Date: Wed, 30 Aug 2006 15:27:36 +0000 (-0400) Subject: USB: remove struct usb_operations X-Git-Tag: v2.6.19-rc1~899^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d2bb9ff919b4685bd684620ec7a1ffa8bf2349;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed