diff options
| author | Tom Rini <[email protected]> | 2025-02-27 14:51:00 -0600 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2025-03-10 09:22:35 +0100 |
| commit | 7f061aba9af99d2e911418939f0dbd5b79911a1e (patch) | |
| tree | 1cc7682850b0d25d796e2b0cdcbeb0560de9fa68 /lib/efi_loader | |
| parent | 743c15b9fdd2f639012a2c26734dc146dc568218 (diff) | |
usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
The lone user of the legacy USB device framework have been removed for
some time. Remove the final parts of the code that were missed.
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 'lib/efi_loader')
| -rw-r--r-- | lib/efi_loader/efi_boottime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index 5164cb15986..b0f8831531e 100644 --- a/lib/efi_loader/efi_boottime.c +++ b/lib/efi_loader/efi_boottime.c @@ -2233,8 +2233,6 @@ static efi_status_t EFIAPI efi_exit_boot_services(efi_handle_t image_handle, if (!efi_st_keep_devices) { bootm_disable_interrupts(); - if (IS_ENABLED(CONFIG_USB_DEVICE)) - udc_disconnect(); board_quiesce_devices(); dm_remove_devices_active(); } |
