summaryrefslogtreecommitdiff
path: root/common/stdio.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-02-27 14:51:01 -0600
committerMattijs Korpershoek <[email protected]>2025-03-10 09:22:35 +0100
commit6689b0c955f1ec885ed1acafc7c5d7c1565dbe63 (patch)
tree901b99f52333fd5fa4882bc66ff8a027430abdc1 /common/stdio.c
parent7f061aba9af99d2e911418939f0dbd5b79911a1e (diff)
usb: gadget: Remove the legacy usbtty driver
The lone user of this driver has been removed for some time. Remove this driver as well. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'common/stdio.c')
-rw-r--r--common/stdio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stdio.c b/common/stdio.c
index a61220ce4b9..3eeb289dd8b 100644
--- a/common/stdio.c
+++ b/common/stdio.c
@@ -357,9 +357,6 @@ int stdio_add_devices(void)
drv_system_init();
serial_stdio_init();
-#ifdef CONFIG_USB_TTY
- drv_usbtty_init();
-#endif
#ifdef CONFIG_USB_FUNCTION_ACM
drv_usbacm_init ();
#endif