diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 6b33ecd5aa43ea0558b09b63c4ef67ae0956d078..515898548284a3f90008b2bce97fca7371a35b15 100644 --- a/hw/arm/aspeed.c +++ b/hw/arm/aspeed.c @@ -29,11 +29,11 @@ static struct arm_boot_info aspeed_board_binfo = { .nb_cpus = 1, }; -typedef struct AspeedBoardState { +struct AspeedBoardState { AspeedSoCState soc; MemoryRegion ram; MemoryRegion max_ram; -} AspeedBoardState; +}; /* Palmetto hardware value: 0x120CE416 */ #define PALMETTO_BMC_HW_STRAP1 ( \