Revert "radeonsi: fix build with GCC 4.8"

This reverts commit 485ece83ac.

It's needed to revert 7088b655e8.
This commit is contained in:
Marek Olšák
2017-05-06 21:15:51 +02:00
parent 6050d5bf3d
commit b0d01bd303

View File

@@ -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,