usb: ohci-hcd: Remove some unused legacy code
authorTom Rini <trini@konsulko.com>
Sat, 25 Jun 2022 15:02:32 +0000 (11:02 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 7 Jul 2022 13:29:08 +0000 (09:29 -0400)
commitdea25842ab72427fde250992da1d29c2fbc256f8
tree7f6995c988b43ca09920fd608c4dc7f426d6b105
parentcd6a45a41fb2c19884ac87afade87b4d53601929
usb: ohci-hcd: Remove some unused legacy code

At this point, the only user of ohci-hcd that also uses PCI is using DM,
so we can drop CONFIG_PCI_OHCI* usage.  No platforms set either of
CONFIG_SYS_USB_OHCI_BOARD_INIT or CONFIG_SYS_USB_OHCI_CPU_INIT so those
hooks can be removed as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
doc/README.generic_usb_ohci
drivers/usb/host/ohci-hcd.c
include/configs/socrates.h