mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/i2c: Constify all Property
Acked-by: Corey Minyard <cminyard@mvista.com> 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
e923f5e1b8
commit
6f31905dbe
4 changed files with 5 additions and 5 deletions
|
@ -211,7 +211,7 @@ static void pca954x_init(Object *obj)
|
|||
}
|
||||
}
|
||||
|
||||
static Property pca954x_props[] = {
|
||||
static const Property pca954x_props[] = {
|
||||
DEFINE_PROP_STRING("name", Pca954xState, name),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue