summary refs log tree commit diff stats
path: root/hw/riscv/riscv-iommu-sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/riscv/riscv-iommu-sys.c')
-rw-r--r--hw/riscv/riscv-iommu-sys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/riscv/riscv-iommu-sys.c b/hw/riscv/riscv-iommu-sys.c
index 74e76b94a5..e34d00aef6 100644
--- a/hw/riscv/riscv-iommu-sys.c
+++ b/hw/riscv/riscv-iommu-sys.c
@@ -53,12 +53,6 @@ struct RISCVIOMMUStateSys {
     uint8_t *msix_pba;
 };
 
-struct RISCVIOMMUSysClass {
-    /*< public >*/
-    DeviceRealize parent_realize;
-    ResettablePhases parent_phases;
-};
-
 static uint64_t msix_table_mmio_read(void *opaque, hwaddr addr,
                                      unsigned size)
 {