diff options
Diffstat (limited to 'arch/arm/mach-imx/clk-imx27.c')
-rw-r--r-- | arch/arm/mach-imx/clk-imx27.c | 2 |
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 | ||
300 | int __init mx27_clocks_init_dt(void) | 299 | int __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 | ||