From 585c81c307075d8e1e059672614140c6506b0097 Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Thu, 15 Nov 2012 13:09:03 -0600 Subject: [PATCH] --- yaml --- r: 339940 b: refs/heads/master c: 258e84af9799b8c81cf856dcbd8e2d4cc082741d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/timer.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index d8ed36c1eef7..0d16fa023947 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f7863f7924951f64068eb5214a3dbecde3807a9a +refs/heads/master: 258e84af9799b8c81cf856dcbd8e2d4cc082741d diff --git a/trunk/arch/arm/mach-omap2/timer.c b/trunk/arch/arm/mach-omap2/timer.c index 4daa8b41c522..b7f43a28e41f 100644 --- a/trunk/arch/arm/mach-omap2/timer.c +++ b/trunk/arch/arm/mach-omap2/timer.c @@ -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 @@ -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) {