diff options
| author | Tom Rini <[email protected]> | 2025-03-10 10:13:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-10 10:13:03 -0600 |
| commit | 124b75644cf4a9b381746f6deed1472e7915b9f1 (patch) | |
| tree | 5ce67f72a9210903386bc6373dfd3f9b1eb79c81 /include/stdio_dev.h | |
| parent | d085e692c98d0d7b57cc577ed9befda159cd4a40 (diff) | |
| parent | 6689b0c955f1ec885ed1acafc7c5d7c1565dbe63 (diff) | |
Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next
u-boot-dfu-next-20250310
CI:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/25060
Usb gadget:
- Remove legacy CONFIG_USB_DEVICE
- Remove legacy usbtty driver
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); |
