diff options
author | Markus Armbruster <armbru@redhat.com> | 2014-10-07 13:59:20 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-10-20 14:03:50 +0200 |
commit | b8864be5f30d6c1c73208215c65c3e3a3b5a5b04 (patch) | |
tree | 127b3da86024f25ded68c519ce54ab25bfc5fefb /include | |
parent | a987ee1f1b49529850207057f600618205496c60 (diff) | |
download | qemu-b8864be5f30d6c1c73208215c65c3e3a3b5a5b04.zip |
pc87312: Drop unused members of PC87312State
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/isa/pc87312.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/isa/pc87312.h b/include/hw/isa/pc87312.h index befc8bdc62..bf74470d40 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; |