summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-01-17 08:26:29 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2013-01-29 06:05:39 (GMT)
commitcd4842f55861202d8b1d8b1ed035f22014f0812c (patch)
treecc8e6be079c6bcda11af350f2384a5500e976b0c /arch/arm/mach-imx/common.h
parent236d6ac0a1096b6ef833140e57fdfe1fed676bc6 (diff)
downloadlinux-fsl-qoriq-cd4842f55861202d8b1d8b1ed035f22014f0812c.tar.xz
ARM: imx: remove unused imx6q_clock_map_io()
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>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r--arch/arm/mach-imx/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 7191ab4..7eb3bb2 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -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);