ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files
authorBen Dooks <ben-linux@fluff.org>
Wed, 6 Jan 2010 01:14:51 +0000 (10:14 +0900)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 Jan 2010 08:10:13 +0000 (17:10 +0900)
Move the VIC based timer interrupt handling out of plat-s3c64xx and
into plat-samsung to be re-used for other systems. This also reduces
the code size as we now have a common init routine and use the irq_desc
to store the interrupt number of the timer.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found