summary refs log tree commit diff
path: root/devices/src/usb/xhci/xhci_backend_device_provider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/xhci/xhci_backend_device_provider.rs')
-rw-r--r--devices/src/usb/xhci/xhci_backend_device_provider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/src/usb/xhci/xhci_backend_device_provider.rs b/devices/src/usb/xhci/xhci_backend_device_provider.rs
index 2c9d4bf..9f186ec 100644
--- a/devices/src/usb/xhci/xhci_backend_device_provider.rs
+++ b/devices/src/usb/xhci/xhci_backend_device_provider.rs
@@ -12,7 +12,7 @@ pub trait XhciBackendDeviceProvider: Send {
     /// Start the provider on EventLoop.
     fn start(
         &mut self,
-        fail_handle: Arc<FailHandle>,
+        fail_handle: Arc<dyn FailHandle>,
         event_loop: Arc<EventLoop>,
         hub: Arc<UsbHub>,
     ) -> std::result::Result<(), ()>;