1
0
Fork 0

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: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
hifive-unleashed-5.1
Stephen Boyd 2014-05-23 17:16:51 -07:00 committed by Mike Turquette
parent 6e05dd4e1c
commit 65e75d42b3
1 changed files with 1 additions and 0 deletions

View File

@ -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,
},
{}
};