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>
This commit is contained in:
Alexander Shiyan 2014-04-19 09:04:03 +04:00 committed by Shawn Guo
parent 9dc34da67b
commit 1e56f8945d
2 changed files with 0 additions and 4 deletions

View file

@ -296,7 +296,6 @@ int __init mx27_clocks_init(unsigned long fref)
return 0;
}
#ifdef CONFIG_OF
int __init mx27_clocks_init_dt(void)
{
struct device_node *np;
@ -312,4 +311,3 @@ int __init mx27_clocks_init_dt(void)
return mx27_clocks_init(fref);
}
#endif

View file

@ -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