summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-09-06 14:54:46 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2016-09-10 17:12:58 +0530
commitcddbc4b7ef39ac5d84f183a46ee279cb0ae31a9f (patch)
tree2bc3ad902ea006568045957fe03e54bd91580b97 /mm
parentd83614e45b37dddd4118d76f5b8a37a9d8f8993f (diff)
downloadlwn-cddbc4b7ef39ac5d84f183a46ee279cb0ae31a9f.tar.gz
lwn-cddbc4b7ef39ac5d84f183a46ee279cb0ae31a9f.zip
usb: phy: add USB_SUPPORT dependency
The driver now calls of_usb_get_dr_mode_by_phy, which is part of the USB core layer, and it fails to build when that is not provided: drivers/phy/phy-sun4i-usb.o: In function `sun4i_usb_phy_probe': phy-sun4i-usb.c:(.text.sun4i_usb_phy_probe+0x140): undefined reference to `of_usb_get_dr_mode_by_phy' We already have a couple of other PHY drivers with a dependency on USB_SUPPORT, so that seems to be the easiest fix here. An alternative would be to adjust the #ifdef in include/linux/usb/of.h to also check for CONFIG_USB_SUPPORT. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Fixes: b33ecca87df9 ("phy-sun4i-usb: Add support for peripheral-only mode") Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions