From 2c81d1a3e65b28c132f64f6d6144f4742d989997 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Sun, 11 Sep 2016 09:44:07 +0200 Subject: drivers: remove redundant forward declaration of usbh_dev_driver_t It is already declared in usbh_core.h Signed-off-by: Amir Hammad --- include/usbh_driver_hub.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/usbh_driver_hub.h') diff --git a/include/usbh_driver_hub.h b/include/usbh_driver_hub.h index dedcc58..1066074 100644 --- a/include/usbh_driver_hub.h +++ b/include/usbh_driver_hub.h @@ -32,7 +32,6 @@ BEGIN_DECLS */ void hub_driver_init(void); -typedef struct _usbh_dev_driver usbh_dev_driver_t; extern const usbh_dev_driver_t usbh_hub_driver; END_DECLS -- cgit