diff --git a/include/hw/isa/pc87312.h b/include/hw/isa/pc87312.h index befc8bdc626cc649728b66e7bc48be03c95d34cd..bf74470d407b94e1c0669fa4888662de40834631 100644 --- a/include/hw/isa/pc87312.h +++ b/include/hw/isa/pc87312.h @@ -47,13 +47,10 @@ typedef struct PC87312State { struct { ISADevice *dev; - BlockDriverState *drive[2]; - uint32_t base; } fdc; struct { ISADevice *dev; - uint32_t base; } ide; MemoryRegion io;