summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-09-19 16:49:18 -0400
committerTom Rini <[email protected]>2022-09-19 16:49:18 -0400
commit12ed6d4911ced1df099a365e0a994b54211b60f3 (patch)
treecc52ae30a5f5708ee42909d0086d963202265b00 /drivers/serial
parentf76f3e3b44328fe6229650540109af93750fd5f0 (diff)
parentc34edb893aca45b81460fc6ce341b4304f08f0f3 (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.h2
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