diff options
Diffstat (limited to 'hw/cs4231.c')
-rw-r--r-- | hw/cs4231.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cs4231.c b/hw/cs4231.c index 6d45be3ee1..f13815b4e7 100644 --- a/hw/cs4231.c +++ b/hw/cs4231.c @@ -185,7 +185,7 @@ static SysBusDeviceInfo cs4231_info = { .init = cs4231_init1, .qdev.name = "SUNW,CS4231", .qdev.size = sizeof(CSState), - .qdev.props = (DevicePropList[]) { + .qdev.props = (Property[]) { {.name = NULL} } }; |