mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/watchdog: 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
1577a9180f
commit
89996947ed
3 changed files with 3 additions and 3 deletions
|
@ -281,7 +281,7 @@ static void imx2_wdt_realize(DeviceState *dev, Error **errp)
|
|||
}
|
||||
}
|
||||
|
||||
static Property imx2_wdt_properties[] = {
|
||||
static const Property imx2_wdt_properties[] = {
|
||||
DEFINE_PROP_BOOL("pretimeout-support", IMX2WdtState, pretimeout_support,
|
||||
false),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue