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)
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>

No differences found