dragonball: Fix feature typo

Replace `legacy_irq` with `legacy-irq`

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-01-30 17:09:26 +00:00
parent add785f677
commit 61a252094e

View File

@ -93,7 +93,7 @@ mod test {
} }
} }
#[cfg(all(feature = "legacy_irq", target_arch = "x86_64"))] #[cfg(all(feature = "legacy-irq", target_arch = "x86_64"))]
#[test] #[test]
fn test_new_msi_routing_multi() { fn test_new_msi_routing_multi() {
let mut msi_fds = Vec::with_capacity(16); let mut msi_fds = Vec::with_capacity(16);