From: Andreas Färber Date: Sat, 27 Jul 2013 10:47:09 +0000 (+0200) Subject: ds1225y: Drop bogus qdev field from NvRamState X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14134f0eb57247e3ec3b8311931a11b344096591;p=qemu.git ds1225y: Drop bogus qdev field from NvRamState It is not a device, and the field is not used from code either. Signed-off-by: Andreas Färber --- diff --git a/hw/nvram/ds1225y.c b/hw/nvram/ds1225y.c index fa218ce704..cca6f4385b 100644 --- a/hw/nvram/ds1225y.c +++ b/hw/nvram/ds1225y.c @@ -26,7 +26,6 @@ #include "trace.h" typedef struct { - DeviceState qdev; MemoryRegion iomem; uint32_t chip_size; char *filename;