diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-07-13 14:36:07 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-07-13 14:36:07 +0100 |
commit | 75a73a11d3597275bc9ef237bcb38cb53de3166d (patch) | |
tree | 69ccabeb74e170ede1b123e9c12b4cee24920953 /include/hw | |
parent | 00ce6c36b35e0eb8cc5d68a28f288a6335848813 (diff) | |
download | qemu-75a73a11d3597275bc9ef237bcb38cb53de3166d.zip |
hw/arm/bcm2836: Remove unused 'cpu_type' field
The 'cpu_type' has been moved from BCM283XState to BCM283XClass
in commit 210f47840d, but we forgot to remove the old variable.
Do it now.
Fixes: 210f47840d ("hw/arm/bcm2836: Hardcode correct CPU type")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20200703200459.23294-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/arm/bcm2836.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h index 024af8aae4..79dfff9d73 100644 --- a/include/hw/arm/bcm2836.h +++ b/include/hw/arm/bcm2836.h @@ -33,7 +33,6 @@ typedef struct BCM283XState { DeviceState parent_obj; /*< public >*/ - char *cpu_type; uint32_t enabled_cpus; struct { |