clk: renesas: cpg-mssr: Use [] to denote a flexible array member
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 11:58:58 +0000 (13:58 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 20 Jun 2019 09:37:16 +0000 (11:37 +0200)
commitec2b827be39624bab743730385bc170d29472965
treea7261f6f0acaf2b042685d13c662845b96a5ccb0
parent8f5e20b6b8848baca6b1cebcd46ab9e94991d24e
clk: renesas: cpg-mssr: 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>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
drivers/clk/renesas/renesas-cpg-mssr.c