aspeed/smc: Remove unused attribute 'irqline'
authorCédric Le Goater <clg@kaod.org>
Tue, 12 Oct 2021 06:20:08 +0000 (08:20 +0200)
committerCédric Le Goater <clg@kaod.org>
Tue, 12 Oct 2021 06:20:08 +0000 (08:20 +0200)
Signed-off-by: Cédric Le Goater <clg@kaod.org>
include/hw/ssi/aspeed_smc.h

index 8dc81294988e081b0c98504da408086962f2ae38..75bc793bd269c2016c624e215da694dde9ef62f0 100644 (file)
@@ -56,7 +56,6 @@ struct AspeedSMCState {
     MemoryRegion mmio_flash_alias;
 
     qemu_irq irq;
-    int irqline;
 
     uint32_t num_cs;
     qemu_irq *cs_lines;