Skip to content

Commit

Permalink
Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.…
Browse files Browse the repository at this point in the history
…6-ji into fixes

* 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji:
  ARM: picoxcell: fix sched_clock() cleanup fallout
  • Loading branch information
olofj committed Jan 17, 2012
2 parents c2bc3a3 + 6b2a055 commit bbc390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-picoxcell/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bbc390a

Please sign in to comment.