From 14134f0eb57247e3ec3b8311931a11b344096591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 27 Jul 2013 12:47:09 +0200 Subject: ds1225y: Drop bogus qdev field from NvRamState MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is not a device, and the field is not used from code either. Signed-off-by: Andreas Färber --- hw/nvram/ds1225y.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/nvram') 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; -- cgit v1.2.1