summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24a0/include/mach/tick.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-18ARM: mach-s3c24a0: deleteNicolas Pitre1-15/+0
Commit bcae8aeb32 "[ARM] S3C24A0: Initial architecture support files" brought in a bunch of files while explicitly leaving out the corresponding Kconfig entry, stating that the series is not complete. More than 2.5 years later, the support for this has not seen any progress. This is therefore dead code. If someone wants to revive this code, it is always possible to retrieve it from the Git repository. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Ben Dooks <ben-linux@fluff.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
2008-12-16[ARM] S3C24XX: Split timer pending code outBen Dooks1-0/+15
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>