USB: remove usb_bus_type from usb.h
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Feb 2021 10:23:56 +0000 (11:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:37:16 +0000 (09:37 +0100)
commit92d1e87e627a6e5c9c5111adb95b6eae8df124c7
treec67be45f76e91eed600c801de8e094303b94699e
parent153e140d1eeeabb0a504835a15a2b4d29c5c9d6c
USB: remove usb_bus_type from usb.h

We have 2 forward declarations of usb_bus_type, one in the system-wide
usb.h and the other in the "USB core only header file".  This variable
is not exported from the USB core, so remove the declaration from usb.h
as it does not need to be there.

Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Link: https://lore.kernel.org/r/20210226102356.716746-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb.h