hw/ipack: Constify all Property
Acked-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
783e3b21e5
commit
9811813e90
@ -73,7 +73,7 @@ static void ipack_device_unrealize(DeviceState *dev)
|
|||||||
qemu_free_irqs(idev->irq, 2);
|
qemu_free_irqs(idev->irq, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
static Property ipack_device_props[] = {
|
static const Property ipack_device_props[] = {
|
||||||
DEFINE_PROP_INT32("slot", IPackDevice, slot, -1),
|
DEFINE_PROP_INT32("slot", IPackDevice, slot, -1),
|
||||||
DEFINE_PROP_END_OF_LIST()
|
DEFINE_PROP_END_OF_LIST()
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user