diff options
Diffstat (limited to 'arch/arm/mach-picoxcell')
-rw-r--r-- | arch/arm/mach-picoxcell/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/time.c b/arch/arm/mach-picoxcell/time.c index 6c89cf8ab22e..2ecba6743b8e 100644 --- a/arch/arm/mach-picoxcell/time.c +++ b/arch/arm/mach-picoxcell/time.c | |||
@@ -67,7 +67,7 @@ static void picoxcell_add_clocksource(struct device_node *source_timer) | |||
67 | 67 | ||
68 | static void __iomem *sched_io_base; | 68 | static void __iomem *sched_io_base; |
69 | 69 | ||
70 | unsigned u32 notrace picoxcell_read_sched_clock(void) | 70 | static u32 picoxcell_read_sched_clock(void) |
71 | { | 71 | { |
72 | return __raw_readl(sched_io_base); | 72 | return __raw_readl(sched_io_base); |
73 | } | 73 | } |