summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-imx6q.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-01-17 16:26:29 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-01-29 14:05:39 +0800
commitcd4842f55861202d8b1d8b1ed035f22014f0812c (patch)
treecc8e6be079c6bcda11af350f2384a5500e976b0c /arch/arm/mach-imx/mach-imx6q.c
parent236d6ac0a1096b6ef833140e57fdfe1fed676bc6 (diff)
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/mach-imx6q.c')
-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 = {