mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/sd: 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
ec7630a2a1
commit
2ba395a5df
5 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "hw/sd/sdhci.h"
|
||||
#include "sdhci-internal.h"
|
||||
|
||||
static Property sdhci_pci_properties[] = {
|
||||
static const Property sdhci_pci_properties[] = {
|
||||
DEFINE_SDHCI_COMMON_PROPERTIES(SDHCIState),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue