diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-28 22:51:04 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-29 10:36:29 -0600 |
commit | fbba7db3990cb707ff91cd6507d53a0a730afe97 (patch) | |
tree | 1b1cc10425281cb13fb9f2a8b5d7f5451f407ea8 /drivers/usb/dwc2 | |
parent | a0cb12e2ed61f4c1bb586268ca43b27dd8ce959e (diff) | |
download | linux-fbba7db3990cb707ff91cd6507d53a0a730afe97.tar.bz2 |
usb: musb: add omap-control dependency
The omap musb front-end calls into the phy driver directly
instead of using a generic phy interface, which causes a link
error when the specific driver is not built-in:
drivers/built-in.o: In function `omap2430_musb_disable':
usb/musb/omap2430.c:480: undefined reference to `omap_control_usb_set_mode'
drivers/built-in.o: In function `omap2430_musb_enable':
usb/musb/omap2430.c:466: undefined reference to `omap_control_usb_set_mode'
usb/musb/omap2430.c:447: undefined reference to `omap_control_usb_set_mode'
drivers/built-in.o: In function `omap_musb_set_mailbox':
usb/musb/omap2430.c:273: undefined reference to `omap_control_usb_set_mode'
usb/musb/omap2430.c:304: undefined reference to `omap_control_usb_set_mode'
drivers/built-in.o:(.debug_addr+0xbd9e0): more undefined references to `omap_control_usb_set_mode' follow
This adds an explicit dependency.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: ca784be36cc725 ("usb: start using the control module driver")
Cc: <stable@vger.kernel.org> # v3.9+
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc2')
0 files changed, 0 insertions, 0 deletions