mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
hw/sparc: Remove empty Property lists
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Lei Yang <leiyang@redhat.com> Link: https://lore.kernel.org/r/20241218134251.4724-11-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e16a83a3f0
commit
3469bd68ea
2 changed files with 0 additions and 10 deletions
|
@ -471,15 +471,10 @@ static void prom_realize(DeviceState *ds, Error **errp)
|
|||
sysbus_init_mmio(dev, &s->prom);
|
||||
}
|
||||
|
||||
static Property prom_properties[] = {
|
||||
{/* end of property list */},
|
||||
};
|
||||
|
||||
static void prom_class_init(ObjectClass *klass, void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
|
||||
device_class_set_props(dc, prom_properties);
|
||||
dc->realize = prom_realize;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue