Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226433
b: refs/heads/master
c: 2862945
h: refs/heads/master
i:
  226431: b554c27
v: v3
  • Loading branch information
Aaro Koskinen authored and Tony Lindgren committed Nov 25, 2010
1 parent 941f13a commit d5f47ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7489ffcea62e0b990d3557746d19a47e83e07042
refs/heads/master: 2862945bf5262d516583477ce420a2f122306f43
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/timer-gp.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static struct clocksource clocksource_gpt = {
static void __init omap2_gp_clocksource_init(void)
{
static struct omap_dm_timer *gpt;
u32 tick_rate, tick_period;
u32 tick_rate;
static char err1[] __initdata = KERN_ERR
"%s: failed to request dm-timer\n";
static char err2[] __initdata = KERN_ERR
Expand All @@ -216,7 +216,6 @@ static void __init omap2_gp_clocksource_init(void)

omap_dm_timer_set_source(gpt, OMAP_TIMER_SRC_SYS_CLK);
tick_rate = clk_get_rate(omap_dm_timer_get_fclk(gpt));
tick_period = (tick_rate / HZ) - 1;

omap_dm_timer_set_load_start(gpt, 1, 0);

Expand Down

0 comments on commit d5f47ab

Please sign in to comment.