Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339940
b: refs/heads/master
c: 258e84a
h: refs/heads/master
v: v3
  • Loading branch information
Jon Hunter committed Nov 16, 2012
1 parent 0254012 commit 585c81c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: f7863f7924951f64068eb5214a3dbecde3807a9a
refs/heads/master: 258e84af9799b8c81cf856dcbd8e2d4cc082741d
10 changes: 5 additions & 5 deletions trunk/arch/arm/mach-omap2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ static struct of_device_id omap_timer_match[] __initdata = {
{ }
};

static struct of_device_id omap_counter_match[] __initdata = {
{ .compatible = "ti,omap-counter32k", },
{ }
};

/**
* omap_get_timer_dt - get a timer using device-tree
* @match - device-tree match structure for matching a device type
Expand Down Expand Up @@ -406,6 +401,11 @@ static u32 notrace dmtimer_read_sched_clock(void)
}

#ifdef CONFIG_OMAP_32K_TIMER
static struct of_device_id omap_counter_match[] __initdata = {
{ .compatible = "ti,omap-counter32k", },
{ }
};

/* Setup free-running counter for clocksource */
static int __init omap2_sync32k_clocksource_init(void)
{
Expand Down

0 comments on commit 585c81c

Please sign in to comment.