[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 46/71] hw/pci-host/astro: Remove empty Property list
From: |
Richard Henderson |
Subject: |
[PATCH 46/71] hw/pci-host/astro: Remove empty Property list |
Date: |
Fri, 13 Dec 2024 13:07:20 -0600 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
hw/pci-host/astro.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/hw/pci-host/astro.c b/hw/pci-host/astro.c
index 379095b356..62e9c8acbf 100644
--- a/hw/pci-host/astro.c
+++ b/hw/pci-host/astro.c
@@ -461,10 +461,6 @@ static void elroy_pcihost_init(Object *obj)
qdev_init_gpio_in(DEVICE(obj), elroy_set_irq, ELROY_IRQS);
}
-static Property elroy_pcihost_properties[] = {
- DEFINE_PROP_END_OF_LIST(),
-};
-
static const VMStateDescription vmstate_elroy = {
.name = "Elroy",
.version_id = 1,
@@ -490,7 +486,6 @@ static void elroy_pcihost_class_init(ObjectClass *klass,
void *data)
DeviceClass *dc = DEVICE_CLASS(klass);
device_class_set_legacy_reset(dc, elroy_reset);
- device_class_set_props(dc, elroy_pcihost_properties);
dc->vmsd = &vmstate_elroy;
dc->user_creatable = false;
}
--
2.43.0
- [PATCH 41/71] hw/net: Constify all Property, (continued)
- [PATCH 41/71] hw/net: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 40/71] hw/misc: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 42/71] hw/nubus: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 43/71] hw/nvme: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 45/71] hw/pci-bridge: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 47/71] hw/pci-host: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 44/71] hw/nvram: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 49/71] hw/ppc: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 46/71] hw/pci-host/astro: Remove empty Property list,
Richard Henderson <=
- [PATCH 55/71] hw/scsi: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 59/71] hw/ssi: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 60/71] hw/timer: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 50/71] hw/remote: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 01/71] target/arm: Constify all Property, Richard Henderson, 2024/12/13
- Re: [PATCH 00/71] whole-tree: Constify Property structures, Richard Henderson, 2024/12/13
- [PATCH 48/71] hw/pci: Constify all Property, Richard Henderson, 2024/12/13