Skip to content

ihdad, rtl8139d, rtl8168d, virtio-core, xhcid: Fix aarch64 build

Enver Balalic requested to merge ebalalic/drivers:fix-aarch64-build into master

allocate_single_interrupt_vector_for_msi doesn't exist for aarch64. Code that uses that function is already #[cfg] guarded. Guard the import as well so we don't break the build

Merge request reports