mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/misc: Constify all Property
Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
56d8d2b342
commit
3002997310
52 changed files with 56 additions and 56 deletions
|
@ -127,7 +127,7 @@ static void allwinner_sid_init(Object *obj)
|
|||
sysbus_init_mmio(sbd, &s->iomem);
|
||||
}
|
||||
|
||||
static Property allwinner_sid_properties[] = {
|
||||
static const Property allwinner_sid_properties[] = {
|
||||
DEFINE_PROP_UUID_NODEFAULT("identifier", AwSidState, identifier),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue