commit | ec2b827be39624bab743730385bc170d29472965 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Mon Jun 17 13:58:58 2019 +0200 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Jun 20 11:37:16 2019 +0200 |
tree | a7261f6f0acaf2b042685d13c662845b96a5ccb0 | |
parent | 8f5e20b6b8848baca6b1cebcd46ab9e94991d24e [diff] |
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>