summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk-imx31.c
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-04-19 09:04:03 +0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-12 22:58:47 +0800
commit1e56f8945d17a3a55b7d4c4dd9debeda8e68af8e (patch)
treedef843994b930755c9374ec062b48fe49b6880f6 /arch/arm/mach-imx/clk-imx31.c
parent9dc34da67bd802b48a8d8a0304ba329d99cef56e (diff)
downloadop-kernel-dev-1e56f8945d17a3a55b7d4c4dd9debeda8e68af8e.zip
op-kernel-dev-1e56f8945d17a3a55b7d4c4dd9debeda8e68af8e.tar.gz
ARM: i.MX: Remove #ifdef CONFIG_OF
CONFIG_OF is always selected for i.MX. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/clk-imx31.c')
-rw-r--r--arch/arm/mach-imx/clk-imx31.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/clk-imx31.c b/arch/arm/mach-imx/clk-imx31.c
index b5b65f3..4a9de08 100644
--- a/arch/arm/mach-imx/clk-imx31.c
+++ b/arch/arm/mach-imx/clk-imx31.c
@@ -191,7 +191,6 @@ int __init mx31_clocks_init(unsigned long fref)
return 0;
}
-#ifdef CONFIG_OF
int __init mx31_clocks_init_dt(void)
{
struct device_node *np;
@@ -207,4 +206,3 @@ int __init mx31_clocks_init_dt(void)
return mx31_clocks_init(fref);
}
-#endif
OpenPOWER on IntegriCloud