We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455943a commit 935e1d9Copy full SHA for 935e1d9
rust/kernel/pci.rs
@@ -222,7 +222,7 @@ macro_rules! pci_device_table {
222
///```
223
/// Drivers must implement this trait in order to get a PCI driver registered. Please refer to the
224
/// `Adapter` documentation for an example.
225
-pub trait Driver {
+pub trait Driver: Send {
226
/// The type holding information about each device id supported by the driver.
227
///
228
/// TODO: Use associated_type_defaults once stabilized:
0 commit comments