From: Marek Olšák Date: Sat, 6 May 2017 19:15:51 +0000 (+0200) Subject: Revert "radeonsi: fix build with GCC 4.8" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0d01bd303971931f038e95f73f4c610d1b79941;p=mesa.git Revert "radeonsi: fix build with GCC 4.8" This reverts commit 485ece83aceb3a35792efbc6fe2bca57ba46c04a. It's needed to revert 7088b655e8828bb960f528dd33132de27c505b8f. --- diff --git a/src/gallium/drivers/radeonsi/si_perfcounter.c b/src/gallium/drivers/radeonsi/si_perfcounter.c index fd28d1176e3..ad7b9b7ae4b 100644 --- a/src/gallium/drivers/radeonsi/si_perfcounter.c +++ b/src/gallium/drivers/radeonsi/si_perfcounter.c @@ -302,7 +302,7 @@ static const struct si_pc_block_base cik_TCP = { .layout = SI_PC_MULTI_ALTERNATE, }; -static const struct si_pc_block_base cik_VGT = { +static const struct si_pc_block_base cik_VGT = (const struct si_pc_block_base) { .name = "VGT", .num_counters = 4, .flags = R600_PC_BLOCK_SE,