aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-11-16 22:33:16 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-12-31 09:36:23 +0800
commit4e5d0d61846a752e9fff0ee8cc8aab372e1fe3a3 (patch)
tree50c3d2337f9c7ed64acd9e19f1d286f1d7353bdc /arch/arm/mach-imx
parentARM: imx: select PINCTRL at sub-architecure level (diff)
downloadlinux-dev-4e5d0d61846a752e9fff0ee8cc8aab372e1fe3a3.tar.xz
linux-dev-4e5d0d61846a752e9fff0ee8cc8aab372e1fe3a3.zip
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/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/clk-imx6sl.c2
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 c0c4ef55e35b..a747a7df175f 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)