]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7bc38602457f483d00a5b5c66e9fe12a3eb82f4
tree06051985f9e64c43a51a0d86475c4191ebe4c3fe
parentc102ac67a21ee4679ac26d6f16b261501a62d2d5
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