diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2016-08-29 15:49:56 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-29 16:39:27 +0200 |
commit | 8765caa5cb6054247832947119ea533b5d410d2b (patch) | |
tree | 7279e54908e6150821b3919ec554e5c181e3c1c3 /arch/arm/mach-imx/common.h | |
parent | Linux 4.8-rc1 (diff) | |
download | linux-8765caa5cb6054247832947119ea533b5d410d2b.tar.xz linux-8765caa5cb6054247832947119ea533b5d410d2b.zip |
ARM: imx: rename imx6q_set_int_mem_clk_lpm() function
Let's rename the function imx6q_set_int_mem_clk_lpm()
to imx6_set_int_mem_clk_lpm() since it's actually
common for all i.MX6 SoCs.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index a8f469333027..fb644304446c 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -109,7 +109,7 @@ void imx_anatop_init(void); void imx_anatop_pre_suspend(void); void imx_anatop_post_resume(void); int imx6_set_lpm(enum mxc_cpu_pwr_mode mode); -void imx6q_set_int_mem_clk_lpm(bool enable); +void imx6_set_int_mem_clk_lpm(bool enable); void imx6sl_set_wait_clk(bool enter); int imx_mmdc_get_ddr_type(void); |