From: Stephen Boyd Date: Sat, 24 May 2014 00:16:51 +0000 (-0700) Subject: clk: u300: Terminate of match table X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=65e75d42b386d2490c7477bf740c2843167beda8;p=linux-beck.git 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 Acked-by: Linus Walleij Signed-off-by: Mike Turquette --- 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 = { .compatible = "stericsson,u300-syscon-mclk", .data = of_u300_syscon_mclk_init, }, + {} };