commit | 1bb5f66bb3b6c2fd7eec1cdfee9cf3f68ef83487 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Nov 06 11:56:13 2006 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 01 14:23:30 2006 -0800 |
tree | 06051985f9e64c43a51a0d86475c4191ebe4c3fe | |
parent | b4ee4a2309c9f811457ce44962eed753e451dc11 [diff] |
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>