mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/gpio: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7d6a82a3e6
commit
de531a6bd4
8 changed files with 8 additions and 8 deletions
|
@ -225,7 +225,7 @@ void omap_gpio_set_clk(Omap1GpioState *gpio, omap_clk clk)
|
|||
gpio->clk = clk;
|
||||
}
|
||||
|
||||
static Property omap_gpio_properties[] = {
|
||||
static const Property omap_gpio_properties[] = {
|
||||
DEFINE_PROP_INT32("mpu_model", Omap1GpioState, mpu_model, 0),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue