Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65e75d42 authored by Stephen Boyd's avatar Stephen Boyd Committed by Mike Turquette
Browse files

clk: u300: Terminate of match table



Failure to terminate this match table can lead to boot failures
depending on where the compiler places the match table.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 6e05dd4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1168,6 +1168,7 @@ static const struct of_device_id u300_clk_match[] __initconst = {
		.compatible = "stericsson,u300-syscon-mclk",
		.data = of_u300_syscon_mclk_init,
	},
	{}
};