diff --git a/pcid/src/driver_interface/irq_helpers.rs b/pcid/src/driver_interface/irq_helpers.rs index 0170380c69..3db1c97ce2 100644 --- a/pcid/src/driver_interface/irq_helpers.rs +++ b/pcid/src/driver_interface/irq_helpers.rs @@ -271,7 +271,7 @@ pub fn pci_allocate_interrupt_vector( // FIXME support MSI on non-x86 systems #[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))] fn pci_allocate_interrupt_vector( - pcid_handle: &mut crate::driver_interface::PcidServerHandle, + pcid_handle: &mut crate::driver_interface::PciFunctionHandle, driver: &str, ) -> Vec { if let Some(irq) = pcid_handle.config().func.legacy_interrupt_line {