Skip to content

Commit e7f2851

Browse files
committed
Revert "add GuestAddress import"
This reverts commit 06b5f20. Signed-off-by: jackabald <[email protected]>
1 parent 06b5f20 commit e7f2851

File tree

1 file changed

+1
-1
lines changed
  • src/vmm/src/arch/aarch64

1 file changed

+1
-1
lines changed

src/vmm/src/arch/aarch64/fdt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use super::super::{DeviceType, InitrdConfig};
1616
use super::cache_info::{read_cache_config, CacheEntry};
1717
use super::gic::GICDevice;
1818
use crate::devices::acpi::vmgenid::{VmGenId, VMGENID_MEM_SIZE};
19-
use crate::vstate::memory::{Address, GuestAddress, GuestMemory, GuestMemoryMmap};
19+
use crate::vstate::memory::{Address, GuestMemory, GuestMemoryMmap};
2020

2121
// This is a value for uniquely identifying the FDT node declaring the interrupt controller.
2222
const GIC_PHANDLE: u32 = 1;

0 commit comments

Comments
 (0)