aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2018-04-18 21:39:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-22 15:01:30 +0200
commit9d3cd19be3e2675f5b30172f3305f79ddcb91023 (patch)
tree408dbc1f8312689f51d1f79a67fcc8e675b60425 /drivers/usb/Kconfig
parentusb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabled (diff)
downloadlinux-dev-9d3cd19be3e2675f5b30172f3305f79ddcb91023.tar.xz
linux-dev-9d3cd19be3e2675f5b30172f3305f79ddcb91023.zip
usb: core: phy: add missing forward declaration for "struct device"
Currently hcd.c is the only consumer of the usb_phy_roothub logic. This already includes the required header files so struct device is known. However, future consumers might not know about struct device. Add a forward declaration for struct device to fix potential future consumers which don't include any of the struct device API headers. Fixes: 07dbff0ddbd86c ("usb: core: add a wrapper for the USB PHYs on the HCD") Suggested-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/Kconfig')
0 files changed, 0 insertions, 0 deletions