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