clk: ti: add missing semi-colon on CLK_OF_DECLARE
authorRob Herring <robh@kernel.org>
Mon, 12 May 2014 16:41:19 +0000 (11:41 -0500)
committerRob Herring <robh@kernel.org>
Tue, 20 May 2014 19:25:24 +0000 (14:25 -0500)
With common OF_DECLARE macros, a semi-colon will be required for
CLK_OF_DECLARE. Add the missing semi-colon to ti,gate-clock.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/ti/gate.c

index 3e2999d..5873481 100644 (file)
@@ -221,7 +221,7 @@ static void __init of_ti_gate_clk_setup(struct device_node *node)
 {
        _of_ti_gate_clk_setup(node, &omap_gate_clk_ops, NULL);
 }
-CLK_OF_DECLARE(ti_gate_clk, "ti,gate-clock", of_ti_gate_clk_setup)
+CLK_OF_DECLARE(ti_gate_clk, "ti,gate-clock", of_ti_gate_clk_setup);
 
 static void __init of_ti_wait_gate_clk_setup(struct device_node *node)
 {