From: Eric Lescouet Date: Sat, 24 Apr 2010 21:34:27 +0000 (+0200) Subject: USB: make hub.h public (drivers dependency) X-Git-Tag: v2.6.35-rc1~471^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65d7e7ef3dc5e61e4dfaac54ec6d3e97f9a1108;p=pandora-kernel.git USB: make hub.h public (drivers dependency) The usbcore headers: hcd.h and hub.h are shared between usbcore, HCDs and a couple of other drivers (e.g. USBIP modules). So, it makes sense to move them into a more public location and to cleanup dependency of those modules on kernel internal headers. This patch moves hub.h from drivers/usb/core into include/linux/usb/ Signed-of-by: Eric Lescouet Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed