diff --git a/devices/src/pci/pci_device.rs b/devices/src/pci/pci_device.rs index 4af845cf4e..7803a550b2 100644 --- a/devices/src/pci/pci_device.rs +++ b/devices/src/pci/pci_device.rs @@ -22,7 +22,7 @@ pub enum Error { } pub type Result = std::result::Result; -pub trait PciDevice: Send + Sync { +pub trait PciDevice: Send { /// Assign a legacy PCI IRQ to this device. fn assign_irq(&mut self, _irq_evt: EventFd, _irq_num: u32, _irq_pin: PciInterruptPin) {} /// Allocates the needed IO BAR space using the `allocate` function which takes a size and