summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-imx6q.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-01-17 09:26:29 +0100
committerShawn Guo <shawn.guo@linaro.org>2013-01-29 07:05:39 +0100
commitcd4842f55861202d8b1d8b1ed035f22014f0812c (patch)
treecc8e6be079c6bcda11af350f2384a5500e976b0c /arch/arm/mach-imx/mach-imx6q.c
parentARM: mach-imx: Kconfig: Do not select Babbage for MACH_IMX51_DT (diff)
downloadlinux-cd4842f55861202d8b1d8b1ed035f22014f0812c.tar.xz
linux-cd4842f55861202d8b1d8b1ed035f22014f0812c.zip
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 '')
-rw-r--r--arch/arm/mach-imx/mach-imx6q.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
index 4eb1b3ac794c..a009df79fa0a 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -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 = {