diff options
Diffstat (limited to 'arch/avr32/lib')
| -rw-r--r-- | arch/avr32/lib/delay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/lib/delay.c b/arch/avr32/lib/delay.c index 9aa8800830f3..c2f4a07dcda1 100644 --- a/arch/avr32/lib/delay.c +++ b/arch/avr32/lib/delay.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #include <asm/processor.h> | 20 | #include <asm/processor.h> |
| 21 | #include <asm/sysreg.h> | 21 | #include <asm/sysreg.h> |
| 22 | 22 | ||
| 23 | int __devinit read_current_timer(unsigned long *timer_value) | 23 | int read_current_timer(unsigned long *timer_value) |
| 24 | { | 24 | { |
| 25 | *timer_value = sysreg_read(COUNT); | 25 | *timer_value = sysreg_read(COUNT); |
| 26 | return 0; | 26 | return 0; |
