Skip to content

Commit

Permalink
ds1225y: Drop bogus qdev field from NvRamState
Browse files Browse the repository at this point in the history
It is not a device, and the field is not used from code either.

Signed-off-by: Andreas Färber <afaerber@suse.de>
  • Loading branch information
afaerber committed Jul 29, 2013
1 parent 91a2804 commit 14134f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/nvram/ds1225y.c
Expand Up @@ -26,7 +26,6 @@
#include "trace.h"

typedef struct {
DeviceState qdev;
MemoryRegion iomem;
uint32_t chip_size;
char *filename;
Expand Down

0 comments on commit 14134f0

Please sign in to comment.