diff options
Diffstat (limited to 'hw/slavio_misc.c')
-rw-r--r-- | hw/slavio_misc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/slavio_misc.c b/hw/slavio_misc.c index 3d246eea22..23012a36d1 100644 --- a/hw/slavio_misc.c +++ b/hw/slavio_misc.c @@ -564,18 +564,12 @@ static SysBusDeviceInfo slavio_misc_info = { .init = slavio_misc_init1, .qdev.name = "slavio_misc", .qdev.size = sizeof(MiscState), - .qdev.props = (DevicePropList[]) { - {.name = NULL} - } }; static SysBusDeviceInfo apc_info = { .init = apc_init1, .qdev.name = "apc", .qdev.size = sizeof(MiscState), - .qdev.props = (DevicePropList[]) { - {.name = NULL} - } }; static void slavio_misc_register_devices(void) |