usb: otg: mv_otg: Add dependence
authorNeil Zhang <zhangwm@marvell.com>
Mon, 30 Jan 2012 03:44:23 +0000 (11:44 +0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 30 Jan 2012 09:13:56 +0000 (11:13 +0200)
This otg driver depends on marvell EHCI driver, so add the dependence.
It can fix the following build error on i386:

ERROR: "usb_remove_hcd" [drivers/usb/otg/mv_otg.ko] undefined!
ERROR: "usb_add_hcd" [drivers/usb/otg/mv_otg.ko] undefined!

Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found