summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/chipidea/ci_hs/dcd_ci_hs.c1
-rw-r--r--src/portable/synopsys/dwc2/dcd_dwc2.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/portable/chipidea/ci_hs/dcd_ci_hs.c b/src/portable/chipidea/ci_hs/dcd_ci_hs.c
index ffb2ebd16..6361fe629 100644
--- a/src/portable/chipidea/ci_hs/dcd_ci_hs.c
+++ b/src/portable/chipidea/ci_hs/dcd_ci_hs.c
@@ -25,7 +25,6 @@
*/
#include "tusb_option.h"
-#include "device/dcd_attr.h"
#if CFG_TUD_ENABLED && defined(DCD_ATTR_CONTROLLER_CHIPIDEA_HS)
diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c
index 86dc760c8..ecbc36fb9 100644
--- a/src/portable/synopsys/dwc2/dcd_dwc2.c
+++ b/src/portable/synopsys/dwc2/dcd_dwc2.c
@@ -28,7 +28,6 @@
*/
#include "tusb_option.h"
-#include "device/dcd_attr.h"
#if CFG_TUD_ENABLED && \
( defined(DCD_ATTR_DWC2_STM32) || \