linux-stable/drivers/usb/phy
Roland Stigge c8fa48d372 usb: Fix compile error by selecting USB_OTG_UTILS
The current lpc32xx_defconfig breaks like this, caused by recent phy
restructuring:

  LD      init/built-in.o
drivers/built-in.o: In function `usb_hcd_nxp_probe':
drivers/usb/host/ohci-nxp.c:224: undefined reference to `isp1301_get_client'
drivers/built-in.o: In function `lpc32xx_udc_probe':
drivers/usb/gadget/lpc32xx_udc.c:3104: undefined reference to
`isp1301_get_client' distcc[27867] ERROR: compile (null) on localhost failed
make: *** [vmlinux] Error 1

Caused by 1c2088812f (usb: Makefile: fix
drivers/usb/phy/ Makefile entry)

This patch fixes this by selecting USB_OTG_UTILS in Kconfig which
causes the phy driver to be built again.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-27 08:49:20 -07:00
..
Kconfig usb: Fix compile error by selecting USB_OTG_UTILS 2013-03-27 08:49:20 -07:00
Makefile usb: phy: add a new driver for usb3 phy 2013-01-25 13:02:50 +02:00
isp1301.c usb: phy: isp1301: Remove unused static array and define 2012-08-20 10:15:10 +03:00
mv_u3d_phy.c usb: Convert to devm_ioremap_resource() 2013-01-22 11:41:58 -08:00
mv_u3d_phy.h usb: phy: mv_u3d: Add usb phy driver for mv_u3d 2012-08-09 18:03:12 +03:00
omap-control-usb.c usb: phy: omap-control-usb: Convert to devm_ioremap_resource() 2013-03-04 13:08:53 +02:00
omap-usb2.c usb: phy: omap-usb2: enable 960Mhz clock for omap5 2013-01-25 13:03:10 +02:00
omap-usb3.c usb: phy: omap-usb3: Convert to devm_ioremap_resource() 2013-03-04 13:08:48 +02:00
rcar-phy.c usb: remove use of __devexit 2012-11-21 13:27:17 -08:00
samsung-usbphy.c usb: phy: samsung: Convert to devm_ioremap_resource() 2013-03-04 13:08:39 +02:00
tegra_usb_phy.c usb: host: tegra: make use of PHY pointer of HCD 2013-01-28 11:42:11 -07:00