Skip to content
Snippets Groups Projects
Commit b16c129c authored by Faiz Abbas's avatar Faiz Abbas Committed by Marek Vasut
Browse files

usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions


board_usb_init()/_cleanup() should be in board files and don't have
a place in the xhci-omap driver. Weak versions for
board_usb_init()/_cleanup() already exist in common/usb.c
(for host mode) and drivers/usb/gadget/g_dnl.c (for gadget mode).

Therefore, remove init and cleanup functions from xhci-omap and
implement them in the board files.

Signed-off-by: default avatarFaiz Abbas <faiz_abbas@ti.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 163f8858
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment