From: Dr. David Alan Gilbert Date: Sun, 5 May 2024 17:14:42 +0000 (+0100) Subject: hw/arm/bcm2836: Remove unusued struct 'BCM283XClass' X-Git-Tag: v9.1.0-rc0~55^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83c9f9d39f373ba2863614c3077244ee6c07a50c;p=thirdparty%2Fqemu.git hw/arm/bcm2836: Remove unusued struct 'BCM283XClass' This struct has been unused since Commit f932093ae165 ("hw/arm/bcm2836: Split out common part of BCM283X classes") Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c index db191661f29..40a379bc369 100644 --- a/hw/arm/bcm2836.c +++ b/hw/arm/bcm2836.c @@ -18,18 +18,6 @@ #include "target/arm/cpu-qom.h" #include "target/arm/gtimer.h" -struct BCM283XClass { - /*< private >*/ - DeviceClass parent_class; - /*< public >*/ - const char *name; - const char *cpu_type; - unsigned core_count; - hwaddr peri_base; /* Peripheral base address seen by the CPU */ - hwaddr ctrl_base; /* Interrupt controller and mailboxes etc. */ - int clusterid; -}; - static Property bcm2836_enabled_cores_property = DEFINE_PROP_UINT32("enabled-cpus", BCM283XBaseState, enabled_cpus, 0);