diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-23 13:34:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-23 13:34:14 -0500 |
commit | 90de95f7443cb06f014824976251f126ac6f71c0 (patch) | |
tree | ea6f3370f054f7ea2f72a25a16e1cdc31b1055c9 /arch | |
parent | 4cb9bd834e6a63ab56797b362a288709e867ccfb (diff) | |
parent | 4cea6ed92da456fe234b4f3439707ff29c6a790e (diff) | |
download | u-boot-90de95f7443cb06f014824976251f126ac6f71c0.zip u-boot-90de95f7443cb06f014824976251f126ac6f71c0.tar.gz u-boot-90de95f7443cb06f014824976251f126ac6f71c0.tar.bz2 |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
- OMAP EHCI updates
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/ehci-omap.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/include/asm/ehci-omap.h b/arch/arm/include/asm/ehci-omap.h index f970bba..2b51b5e 100644 --- a/arch/arm/include/asm/ehci-omap.h +++ b/arch/arm/include/asm/ehci-omap.h @@ -123,17 +123,4 @@ struct omap_ehci { u32 insreg08; /* 0xb0 */ }; -#if !CONFIG_IS_ENABLED(DM_USB) || !CONFIG_IS_ENABLED(OF_CONTROL) -/* - * FIXME: forward declaration of this structs needed because omap got the - * ehci implementation backwards. move out ehci_hcd_x from board files - */ -struct ehci_hccr; -struct ehci_hcor; - -int omap_ehci_hcd_init(int index, struct omap_usbhs_board_data *usbhs_pdata, - struct ehci_hccr **hccr, struct ehci_hcor **hcor); -int omap_ehci_hcd_stop(void); -#endif - #endif /* _OMAP_COMMON_EHCI_H_ */ |