aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk-imx27.c
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-04-19 01:04:03 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-12 10:58:47 -0400
commit1e56f8945d17a3a55b7d4c4dd9debeda8e68af8e (patch)
treedef843994b930755c9374ec062b48fe49b6880f6 /arch/arm/mach-imx/clk-imx27.c
parent9dc34da67bd802b48a8d8a0304ba329d99cef56e (diff)
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-imx27.c')
-rw-r--r--arch/arm/mach-imx/clk-imx27.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/clk-imx27.c b/arch/arm/mach-imx/clk-imx27.c
index d2da8908b268..0db0b4f0c415 100644
--- a/arch/arm/mach-imx/clk-imx27.c
+++ b/arch/arm/mach-imx/clk-imx27.c
@@ -296,7 +296,6 @@ int __init mx27_clocks_init(unsigned long fref)
296 return 0; 296 return 0;
297} 297}
298 298
299#ifdef CONFIG_OF
300int __init mx27_clocks_init_dt(void) 299int __init mx27_clocks_init_dt(void)
301{ 300{
302 struct device_node *np; 301 struct device_node *np;
@@ -312,4 +311,3 @@ int __init mx27_clocks_init_dt(void)
312 311
313 return mx27_clocks_init(fref); 312 return mx27_clocks_init(fref);
314} 313}
315#endif