From: Felipe Balbi Date: Tue, 10 Dec 2013 23:00:06 +0000 (-0600) Subject: usb: phy: fix driver dependencies X-Git-Tag: v3.13-rc5~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd0c298f6e09476f474b7ae6c1ca876c5d7f881;p=pandora-kernel.git usb: phy: fix driver dependencies both isp1301-omap and fsl_usb2_otg drivers depend on usb_bus_start_enum() which is only defined if CONFIG_USB != n. There is a problem, however, where both those drivers could be statically linked, while CONFIG_USB=m. Fix the problem by fixing driver dependency. Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed