commit | 7fc3cce0c613220562ae3abf57e814833d33cf37 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Feb 19 17:08:41 2022 -0600 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 23 05:25:17 2022 +0100 |
tree | b98b7d88c2938242c86f391667ff983f548ad91b | |
parent | 31dc9cc30f53042cd665e46f7f5ed17cc2b870c2 [diff] |
usb: ehci-omap: Drop dead code omap_ehci_hcd_stop appears to be dead code, and omap_ehci_hcd_init is only called by the probe function, so it can be static to that function. Remove both from the header along with some additional checking for DM_USB. Signed-off-by: Adam Ford <aford173@gmail.com>