struct dwc2_hsotg is declared twice. One has been declared
at forward declaration. Remove the duplicate one.
Signed-off-by: Wan Jiabing <[email protected]>
---
drivers/usb/dwc2/core.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/dwc2/core.h b/drivers/usb/dwc2/core.h
index 7161344c6522..8407bba523ce 100644
--- a/drivers/usb/dwc2/core.h
+++ b/drivers/usb/dwc2/core.h
@@ -210,7 +210,6 @@ do { \
#define call_gadget(_hs, _entry) do {} while (0)
#endif
-struct dwc2_hsotg;
struct dwc2_host_chan;
/* Device States */
--
2.25.1