Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ps3_gelic: 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 a struct. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information