aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/bcm2836.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2024-05-05 18:14:42 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2024-06-30 19:51:44 +0300
commit83c9f9d39f373ba2863614c3077244ee6c07a50c (patch)
tree5bfc9964176beb8e739eaf9b6da7ce92be49a743 /hw/arm/bcm2836.c
parent23e6b6ef15a1cc169d3b3476af4755c8f711fe9c (diff)
downloadqemu-83c9f9d39f373ba2863614c3077244ee6c07a50c.zip
qemu-83c9f9d39f373ba2863614c3077244ee6c07a50c.tar.gz
qemu-83c9f9d39f373ba2863614c3077244ee6c07a50c.tar.bz2
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 <dave@treblig.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/arm/bcm2836.c')
-rw-r--r--hw/arm/bcm2836.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c
index db19166..40a379b 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);