summary refs log tree commit diff
path: root/devices/src/usb/host_backend/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/host_backend/mod.rs')
-rw-r--r--devices/src/usb/host_backend/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/devices/src/usb/host_backend/mod.rs b/devices/src/usb/host_backend/mod.rs
index ea0f44c..aa0f568 100644
--- a/devices/src/usb/host_backend/mod.rs
+++ b/devices/src/usb/host_backend/mod.rs
@@ -2,10 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-pub mod context;
 pub mod error;
 pub mod host_backend_device_provider;
 pub mod host_device;
-mod hotplug;
 pub mod usb_endpoint;
 mod utils;