mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/ssi: 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
4aa3a8a89a
commit
dc418eb220
9 changed files with 11 additions and 11 deletions
|
@ -361,7 +361,7 @@ static const VMStateDescription vmstate_xilinx_spi = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property xilinx_spi_properties[] = {
|
||||
static const Property xilinx_spi_properties[] = {
|
||||
DEFINE_PROP_UINT8("num-ss-bits", XilinxSPI, num_cs, 1),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue