diff options
| author | Tom Rini <[email protected]> | 2025-02-27 14:51:01 -0600 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2025-03-10 09:22:35 +0100 |
| commit | 6689b0c955f1ec885ed1acafc7c5d7c1565dbe63 (patch) | |
| tree | 901b99f52333fd5fa4882bc66ff8a027430abdc1 /include/stdio_dev.h | |
| parent | 7f061aba9af99d2e911418939f0dbd5b79911a1e (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 'include/stdio_dev.h')
| -rw-r--r-- | include/stdio_dev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 4e3c4708f80..f7f9c10199e 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -101,7 +101,6 @@ struct stdio_dev *stdio_clone(struct stdio_dev *dev); int drv_lcd_init(void); int drv_video_init(void); int drv_keyboard_init(void); -int drv_usbtty_init(void); int drv_usbacm_init(void); int drv_nc_init(void); int drv_jtag_console_init(void); |
