omap2+: Rename timer-gp.c into timer.c to combine timer init functions
authorTony Lindgren <tony@atomide.com>
Tue, 29 Mar 2011 22:54:50 +0000 (15:54 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Jun 2011 19:14:02 +0000 (12:14 -0700)
commit0f622e8cae379ee17e1ffe867336b74c5b16f958
tree9df899f87b8bca9e35a5d448ebe5d99135f94116
parent0c336dc5ec492886620d4afdc252c63f32adbd0e
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>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/timer.c [moved from arch/arm/mach-omap2/timer-gp.c with 99% similarity]