diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-11-16 22:33:16 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-12-31 09:36:23 +0800 |
commit | 4e5d0d61846a752e9fff0ee8cc8aab372e1fe3a3 (patch) | |
tree | 50c3d2337f9c7ed64acd9e19f1d286f1d7353bdc /arch | |
parent | f7f3d4b29fefe62acb39069aaf37196c01e0f23a (diff) |
ARM: imx: rename IMX6SL_CLK_CLK_END to IMX6SL_CLK_END
The macro name IMX6SL_CLK_CLK_END is a little insane. Rename it to
IMX6SL_CLK_END.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-imx/clk-imx6sl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk-imx6sl.c b/arch/arm/mach-imx/clk-imx6sl.c index c0c4ef55e35..a747a7df175 100644 --- a/arch/arm/mach-imx/clk-imx6sl.c +++ b/arch/arm/mach-imx/clk-imx6sl.c @@ -63,7 +63,7 @@ static struct clk_div_table video_div_table[] = { { } }; -static struct clk *clks[IMX6SL_CLK_CLK_END]; +static struct clk *clks[IMX6SL_CLK_END]; static struct clk_onecell_data clk_data; static void __init imx6sl_clocks_init(struct device_node *ccm_node) |