diff options
| author | Tom Rini <[email protected]> | 2022-09-26 11:27:30 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-26 11:27:30 -0400 |
| commit | ffa2c88bcf8618b6d6fb71f5263beede9a179b20 (patch) | |
| tree | 750fa5677f89e5b7b48d1510cba9978a2b13b15e /drivers/serial | |
| parent | 9114b7cee817789ad59e0fb6d5cd57f50668b4e1 (diff) | |
| parent | 3c1ec13317292933fd01d9c60aae3ff1d5bc171e (diff) | |
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/usbtty.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h index 0d89fc085fb..e27aa368c9a 100644 --- a/drivers/serial/usbtty.h +++ b/drivers/serial/usbtty.h @@ -13,8 +13,6 @@ #include <usbdevice.h> #if defined(CONFIG_PPC) #include <usb/mpc8xx_udc.h> -#elif defined(CONFIG_DW_UDC) -#include <usb/designware_udc.h> #elif defined(CONFIG_CI_UDC) #include <usb/ci_udc.h> #endif |
