diff options
| author | Tom Rini <[email protected]> | 2022-09-19 16:49:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-19 16:49:18 -0400 |
| commit | 12ed6d4911ced1df099a365e0a994b54211b60f3 (patch) | |
| tree | cc52ae30a5f5708ee42909d0086d963202265b00 /drivers/serial | |
| parent | f76f3e3b44328fe6229650540109af93750fd5f0 (diff) | |
| parent | c34edb893aca45b81460fc6ce341b4304f08f0f3 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
- Fix a typo and remove an unused driver
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 |
