ARM: imx: remove unused imx6q_clock_map_io()
authorShawn Guo <shawn.guo@linaro.org>
Thu, 17 Jan 2013 08:26:29 +0000 (16:26 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 29 Jan 2013 06:05:39 +0000 (14:05 +0800)
imx6q_clock_map_io() becomes an empty function since imx6q clock driver
is moved to common clock framework.  It's used nowhere now.  Remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6q.c
arch/arm/mach-imx/common.h
arch/arm/mach-imx/mach-imx6q.c

index 7f2c10c..c7e429b 100644 (file)
@@ -56,8 +56,6 @@
 
 static void __iomem *ccm_base;
 
-void __init imx6q_clock_map_io(void) { }
-
 int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode)
 {
        u32 val = readl_relaxed(ccm_base + CLPCR);
index 7191ab4..7eb3bb2 100644 (file)
@@ -139,7 +139,6 @@ extern void imx_gpc_init(void);
 extern void imx_gpc_pre_suspend(void);
 extern void imx_gpc_post_resume(void);
 extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode);
-extern void imx6q_clock_map_io(void);
 
 extern void imx_cpu_die(unsigned int cpu);
 
index 4eb1b3a..a009df7 100644 (file)
@@ -218,7 +218,6 @@ static void __init imx6q_map_io(void)
 {
        imx_lluart_map_io();
        imx_scu_map_io();
-       imx6q_clock_map_io();
 }
 
 static const struct of_device_id imx6q_irq_match[] __initconst = {