hw/isa/i82378: Remove unused "io" attribute
authorBernhard Beschow <shentey@gmail.com>
Tue, 23 May 2023 19:56:08 +0000 (21:56 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 5 Jun 2023 06:43:23 +0000 (07:43 +0100)
The attribute isn't used since commit 5c9736789b79ea49cd236ac326f0a414f63b1015
"i82378: Cleanup implementation".

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20230523195608.125820-4-shentey@gmail.com>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/isa/i82378.c

index 5432ab50652de9d52a7faa57d54e7e8ecc0fed9f..63e08572089859fc00b0ac9cb21e4094ea94045d 100644 (file)
@@ -34,7 +34,6 @@ struct I82378State {
 
     qemu_irq cpu_intr;
     qemu_irq *isa_irqs_in;
-    MemoryRegion io;
 };
 
 static const VMStateDescription vmstate_i82378 = {