ehci: Replace board_prepare_usb with board_usb_init
authorRamon Fried <ramon.fried@gmail.com>
Fri, 21 Sep 2018 10:35:43 +0000 (13:35 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 30 Sep 2018 17:00:35 +0000 (13:00 -0400)
commitcd8c3aec7fe1aa8e72b1be24675e0de37a66ef6e
treeeaf2612b25f13e8c5463d46675275d249906915a
parent95a077217b06cd8e4ad8cacb526bf430185dc0a3
ehci: Replace board_prepare_usb with board_usb_init

Use standard board_usb_init() instead of the specific board_prepare_usb.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
board/qualcomm/dragonboard410c/dragonboard410c.c
drivers/usb/host/ehci-msm.c