[ARM] S3C24XX: Split timer pending code out
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:35 +0000 (14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 21:46:41 +0000 (21:46 +0000)
commit9bc1aaeac0118611c30edf84995ebad5adfd6822
treea274b3dfe8c52c191c6483877fb302418f26b480
parentbcae8aeb320dfe8dde4b3512237a5b76737b0120
[ARM] S3C24XX: Split timer pending code out

Split the timer pending code out to a seperate per-machine
header so that when compiling for mach-s3c2410 or mach-s3c24a0
we can use the right timer code without having to #ifdef the
timer driver.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/include/mach/tick.h [new file with mode: 0644]
arch/arm/mach-s3c24a0/include/mach/tick.h [new file with mode: 0644]
arch/arm/plat-s3c/time.c