summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/timer.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2011-03-30 00:54:50 +0200
committerTony Lindgren <tony@atomide.com>2011-06-27 21:14:02 +0200
commit0f622e8cae379ee17e1ffe867336b74c5b16f958 (patch)
tree9df899f87b8bca9e35a5d448ebe5d99135f94116 /arch/arm/mach-omap2/timer.c
parentomap2+: Remove omap2_gp_clockevent_set_gptimer (diff)
downloadlinux-0f622e8cae379ee17e1ffe867336b74c5b16f958.tar.xz
linux-0f622e8cae379ee17e1ffe867336b74c5b16f958.zip
omap2+: Rename timer-gp.c into timer.c to combine timer init functions
We can keep everything sys_timer and gptimer.c related code in timer.c as the code will be very minimal. Later on we can also remove timer-mpu.c, as it can be called from omap4_timer_init function. This allows us to get rid of confusing existing files. We currently have timer-gp.c, timer-mpu.c, and patches have been posted to add dmtimer.c. There's no need to have these multiple files, we can put everything into timer.c. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-omap2/timer.c (renamed from arch/arm/mach-omap2/timer-gp.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/timer-gp.c b/arch/arm/mach-omap2/timer.c
index ab1931c6f350..e9640728239b 100644
--- a/arch/arm/mach-omap2/timer-gp.c
+++ b/arch/arm/mach-omap2/timer.c
@@ -1,5 +1,5 @@
/*
- * linux/arch/arm/mach-omap2/timer-gp.c
+ * linux/arch/arm/mach-omap2/timer.c
*
* OMAP2 GP timer support.
*
@@ -230,7 +230,7 @@ static void __init omap2_gp_clockevent_init(int gptimer_id,
/* Clocksource code */
#ifdef CONFIG_OMAP_32K_TIMER
-/*
+/*
* When 32k-timer is enabled, don't use GPTimer for clocksource
* instead, just leave default clocksource which uses the 32k
* sync counter. See clocksource setup in plat-omap/counter_32k.c