powerpc/ps3: Use [] to denote a flexible array member
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 09:07:13 +0000 (11:07 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Jun 2019 10:05:08 +0000 (20:05 +1000)
commit0b1be03f25bb4c92de6408da4de9361f4cb50ae3
tree52ec7ec268c33e14b32b7f8791c1ae4c0724d18c
parent46c2478af610efb3212b8b08f74389d69899ef70
powerpc/ps3: Use [] to denote a flexible array member

Flexible array members should be denoted using [] instead of [0], else
gcc will not warn when they are no longer at the end of the structure.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/ps3stor.h