aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-18 22:37:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-18 22:37:57 +0000
commit30ffaed6a8661689d4afa73c153248d573c05c94 (patch)
treeaca57de08119adc281b520306fca0a3113c05e0c /target/linux/cns3xxx
parentedb9abb9d2eeee29870f77e2b16522902271e649 (diff)
downloadmaster-187ad058-30ffaed6a8661689d4afa73c153248d573c05c94.tar.gz
master-187ad058-30ffaed6a8661689d4afa73c153248d573c05c94.tar.bz2
master-187ad058-30ffaed6a8661689d4afa73c153248d573c05c94.zip
cns3xxx: remove obsolete file
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r--target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/localtimer.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/localtimer.c b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/localtimer.c
deleted file mode 100644
index 5e1111cf62..0000000000
--- a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/localtimer.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/* linux/arch/arm/mach-cns3xxx/localtimer.c
- *
- * Cloned from linux/arch/arm/mach-realview/localtimer.c
- *
- * Copyright (C) 2002 ARM Ltd.
- * All Rights Reserved
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
-*/
-
-#include <linux/clockchips.h>
-
-#include <asm/irq.h>
-#include <asm/localtimer.h>
-
-/*
- * Setup the local clock events for a CPU.
- */
-int __cpuinit local_timer_setup(struct clock_event_device *evt)
-{
- evt->irq = IRQ_LOCALTIMER;
- twd_timer_setup(evt);
- return 0;
-}