Browse Source

Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixes

* 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji:
  ARM: picoxcell: fix sched_clock() cleanup fallout
Olof Johansson 13 years ago
parent
commit
bbc390a6f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-picoxcell/time.c

+ 1 - 1
arch/arm/mach-picoxcell/time.c

@@ -67,7 +67,7 @@ static void picoxcell_add_clocksource(struct device_node *source_timer)
 
 static void __iomem *sched_io_base;
 
-unsigned u32 notrace picoxcell_read_sched_clock(void)
+static u32 picoxcell_read_sched_clock(void)
 {
 	return __raw_readl(sched_io_base);
 }