diff options
| -rw-r--r-- | arch/arm/mach-sa1100/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/time.c b/arch/arm/mach-sa1100/time.c index 1ee6d4ca8dd7..69e33535dee6 100644 --- a/arch/arm/mach-sa1100/time.c +++ b/arch/arm/mach-sa1100/time.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #include <asm/sched_clock.h> | 19 | #include <asm/sched_clock.h> |
| 20 | #include <mach/hardware.h> | 20 | #include <mach/hardware.h> |
| 21 | 21 | ||
| 22 | static u32 notrace sa100_read_sched_clock(void) | 22 | static u32 notrace sa1100_read_sched_clock(void) |
| 23 | { | 23 | { |
| 24 | return OSCR; | 24 | return OSCR; |
| 25 | } | 25 | } |
