forked from Minki/linux
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>
This commit is contained in:
parent
6e05dd4e1c
commit
65e75d42b3
@ -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,
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user