Commit 9ba76953 authored by Dmitry Voytik's avatar Dmitry Voytik Committed by Jiri Slaby

ARM: imx6q: drop unnecessary semicolon

commit d2a10a17 upstream.

Drop unnecessary semicolon after closing curly bracket.
Signed-off-by: default avatarDmitry Voytik <voytikd@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 36f62c2d
......@@ -305,7 +305,7 @@ static void __init imx6q_clocks_init(struct device_node *ccm_node)
post_div_table[2].div = 1;
video_div_table[1].div = 1;
video_div_table[2].div = 1;
};
}
/* type name parent_name base div_mask */
clk[pll1_sys] = imx_clk_pllv3(IMX_PLLV3_SYS, "pll1_sys", "osc", base, 0x7f);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment