mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/tricore: 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-8-richard.henderson@linaro.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
4ee77e8972
commit
7f6afa997c
2 changed files with 0 additions and 10 deletions
|
@ -201,16 +201,11 @@ static void tc27x_soc_init(Object *obj)
|
|||
object_initialize_child(obj, "tc27x", &s->cpu, sc->cpu_type);
|
||||
}
|
||||
|
||||
static Property tc27x_soc_properties[] = {
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
||||
static void tc27x_soc_class_init(ObjectClass *klass, void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
|
||||
dc->realize = tc27x_soc_realize;
|
||||
device_class_set_props(dc, tc27x_soc_properties);
|
||||
}
|
||||
|
||||
static void tc277d_soc_class_init(ObjectClass *oc, void *data)
|
||||
|
|
|
@ -58,15 +58,10 @@ static void tricore_testdevice_init(Object *obj)
|
|||
"tricore_testdevice", 0x4);
|
||||
}
|
||||
|
||||
static Property tricore_testdevice_properties[] = {
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
};
|
||||
|
||||
static void tricore_testdevice_class_init(ObjectClass *klass, void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
|
||||
device_class_set_props(dc, tricore_testdevice_properties);
|
||||
device_class_set_legacy_reset(dc, tricore_testdevice_reset);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue