mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
usb: xhci: zynqmp: Removing unused function usb_phy_reset
This patch removes unsued function usb_phy_reset, rather common function dwc3_phy_reset is used. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
565b7f0fe1
commit
6af4e2782d
2 changed files with 0 additions and 18 deletions
|
@ -204,7 +204,6 @@ struct dwc3 { /* offset: 0xC100 */
|
|||
void dwc3_set_mode(struct dwc3 *dwc3_reg, u32 mode);
|
||||
void dwc3_core_soft_reset(struct dwc3 *dwc3_reg);
|
||||
int dwc3_core_init(struct dwc3 *dwc3_reg);
|
||||
void usb_phy_reset(struct dwc3 *dwc3_reg);
|
||||
void dwc3_set_fladj(struct dwc3 *dwc3_reg, u32 val);
|
||||
#endif
|
||||
#endif /* __DWC3_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue