aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/kernel/setup.c')
-rw-r--r--arch/avr32/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/kernel/setup.c b/arch/avr32/kernel/setup.c
index 5d68f3c6990b..ea2d1ffee478 100644
--- a/arch/avr32/kernel/setup.c
+++ b/arch/avr32/kernel/setup.c
@@ -292,6 +292,7 @@ void __init setup_arch (char **cmdline_p)
292 292
293 setup_processor(); 293 setup_processor();
294 setup_platform(); 294 setup_platform();
295 setup_board();
295 296
296 cpu_clk = clk_get(NULL, "cpu"); 297 cpu_clk = clk_get(NULL, "cpu");
297 if (IS_ERR(cpu_clk)) { 298 if (IS_ERR(cpu_clk)) {