diff options
-rw-r--r-- | arch/microblaze/kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index 3ba1e1c8c2eb..52e3eaf7f304 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c | |||
@@ -263,7 +263,7 @@ void __init time_init(void) | |||
263 | 263 | ||
264 | timer_baseaddr = be32_to_cpup(of_get_property(timer, "reg", NULL)); | 264 | timer_baseaddr = be32_to_cpup(of_get_property(timer, "reg", NULL)); |
265 | timer_baseaddr = (unsigned long) ioremap(timer_baseaddr, PAGE_SIZE); | 265 | timer_baseaddr = (unsigned long) ioremap(timer_baseaddr, PAGE_SIZE); |
266 | irq = be32_to_cpup(of_get_property(timer, "interrupts", NULL)); | 266 | irq = irq_of_parse_and_map(timer, 0); |
267 | timer_num = be32_to_cpup(of_get_property(timer, | 267 | timer_num = be32_to_cpup(of_get_property(timer, |
268 | "xlnx,one-timer-only", NULL)); | 268 | "xlnx,one-timer-only", NULL)); |
269 | if (timer_num) { | 269 | if (timer_num) { |