USB: Move private hub declarations out of public header file
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 6 Nov 2006 16:56:13 +0000 (11:56 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:23:30 +0000 (14:23 -0800)
commit1bb5f66bb3b6c2fd7eec1cdfee9cf3f68ef83487
tree06051985f9e64c43a51a0d86475c4191ebe4c3fe
parentb4ee4a2309c9f811457ce44962eed753e451dc11
USB: Move private hub declarations out of public header file

This patch (as809b) moves the declaration of the hub driver's private
data structure from hub.h into the hub.c source file.  Lots of other
files import hub.h; they have no need to know about the details of the
hub driver's private data.

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