ihdad, rtl8139d, rtl8168d, virtio-core, xhcid: Fix aarch64 build
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
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