diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-23 20:16:50 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-28 15:08:53 -0400 |
commit | 70040b356fb4f8b0aeb2f9121bed77d61e5846af (patch) | |
tree | e1dc2dec76e6f4cb98330ef1f8e78c649fd4178e /drivers/clk | |
parent | 8f213af2c0309659f2011650a7a7ef3587db9de2 (diff) |
clk: st: Terminate of match table
Failure to terminate this match table can lead to boot failures
depending on where the compiler places the match table.
Cc: Gabriel FERNANDEZ <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/st/clkgen-pll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c index a886702f7c8b..d8b9b1a2aeda 100644 --- a/drivers/clk/st/clkgen-pll.c +++ b/drivers/clk/st/clkgen-pll.c | |||
@@ -655,6 +655,7 @@ static struct of_device_id c32_gpu_pll_of_match[] = { | |||
655 | .compatible = "st,stih416-gpu-pll-c32", | 655 | .compatible = "st,stih416-gpu-pll-c32", |
656 | .data = &st_pll1200c32_gpu_416, | 656 | .data = &st_pll1200c32_gpu_416, |
657 | }, | 657 | }, |
658 | {} | ||
658 | }; | 659 | }; |
659 | 660 | ||
660 | static void __init clkgengpu_c32_pll_setup(struct device_node *np) | 661 | static void __init clkgengpu_c32_pll_setup(struct device_node *np) |