From: Alan Stern Date: Mon, 6 Nov 2006 16:56:13 +0000 (-0500) Subject: USB: Move private hub declarations out of public header file X-Git-Tag: v2.6.20-rc1~34^2~40^2~472^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb5f66bb3b6c2fd7eec1cdfee9cf3f68ef83487;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed