Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264007
b: refs/heads/master
c: 4d487d7
h: refs/heads/master
i:
  264005: b51c172
  264003: c5e5a4b
  263999: 60822bf
v: v3
  • Loading branch information
Kukjin Kim committed Sep 15, 2011
1 parent c51b3cf commit 9738e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6861a197e2ed6dd05c0316ee2006730fbb6e7f9a
refs/heads/master: 4d487d7ed46b9172664073dde324f55f9ab50f18
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-exynos4/mct.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,11 @@ static void exynos4_mct_tick_init(struct clock_event_device *evt)
}

/* Setup the local clock events for a CPU */
void __cpuinit local_timer_setup(struct clock_event_device *evt)
int __cpuinit local_timer_setup(struct clock_event_device *evt)
{
exynos4_mct_tick_init(evt);

return 0;
}

int local_timer_ack(void)
Expand Down

0 comments on commit 9738e3b

Please sign in to comment.