On Mon, Jun 17, 2019 at 02:39:42PM +0200, Geert Uytterhoeven wrote: > Make div6_clock.parents[] a flexible array member, and use the new > struct_size() helper, to combine the allocation of the clock-private > structure and array of parent clocks. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>