diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-23 20:16:51 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-27 21:29:04 -0400 |
commit | 65e75d42b386d2490c7477bf740c2843167beda8 (patch) | |
tree | 2662ab9d6e2d36604c5d4f54f95d2695a1ced985 | |
parent | 6e05dd4e1ccb81eb60b9efc7dabea0b7daf1ca71 (diff) |
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>
-rw-r--r-- | drivers/clk/clk-u300.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk-u300.c b/drivers/clk/clk-u300.c index 3efbdd078d14..406bfc1375b2 100644 --- a/drivers/clk/clk-u300.c +++ b/drivers/clk/clk-u300.c | |||
@@ -1168,6 +1168,7 @@ static const struct of_device_id u300_clk_match[] __initconst = { | |||
1168 | .compatible = "stericsson,u300-syscon-mclk", | 1168 | .compatible = "stericsson,u300-syscon-mclk", |
1169 | .data = of_u300_syscon_mclk_init, | 1169 | .data = of_u300_syscon_mclk_init, |
1170 | }, | 1170 | }, |
1171 | {} | ||
1171 | }; | 1172 | }; |
1172 | 1173 | ||
1173 | 1174 | ||