summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2016-08-26 15:17:51 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-10-06 17:10:59 +0200
commite6a54ba304b15275884b029c2234ea74c4e591d0 (patch)
treee58845a901ac4c484c3d0da78a54ddc28c638fed /arch
parent5e189564d574541c6f149ab3a1081d25eec06fd0 (diff)
downloadop-kernel-dev-e6a54ba304b15275884b029c2234ea74c4e591d0.zip
op-kernel-dev-e6a54ba304b15275884b029c2234ea74c4e591d0.tar.gz
MIPS: SEAD3: Remove custom read_persistent_clock
The SEAD3 board defines a custom implementation of read_persistent_clock which does exactly the same dummy operation as the generic weak version. Remove the not really implemented custom version. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/14064/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mti-sead3/sead3-time.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/mti-sead3/sead3-time.c b/arch/mips/mti-sead3/sead3-time.c
index 10b0bf3..71feb51 100644
--- a/arch/mips/mti-sead3/sead3-time.c
+++ b/arch/mips/mti-sead3/sead3-time.c
@@ -63,12 +63,6 @@ static unsigned int __init estimate_cpu_frequency(void)
return freq ;
}
-void read_persistent_clock(struct timespec *ts)
-{
- ts->tv_sec = 0;
- ts->tv_nsec = 0;
-}
-
int get_c0_perfcount_int(void)
{
if (gic_present)
OpenPOWER on IntegriCloud