summaryrefslogtreecommitdiff
path: root/arch/mips/jz4740/time.c
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2020-04-13 18:26:33 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-04-30 00:00:07 +0300
commitf932449c11dabb4b0588e30f35c084b910483ca5 (patch)
treeb0428c15c247a31ac53fc2cfc03a8c28dccf7eb4 /arch/mips/jz4740/time.c
parent8827af9427dea9432d5b9c5366c7312e7f647484 (diff)
downloadlinux-f932449c11dabb4b0588e30f35c084b910483ca5.tar.xz
MIPS: ingenic: Drop obsolete code, merge the rest in setup.c
Drop a bootload of 10-years-old dirty code, that is not used anymore, as it has been replaced with clean code over the ages. Merge the very few bits left inside setup.c, so that everything is clean and tidy now. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/jz4740/time.c')
-rw-r--r--arch/mips/jz4740/time.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/mips/jz4740/time.c b/arch/mips/jz4740/time.c
deleted file mode 100644
index 605a84a250bf..000000000000
--- a/arch/mips/jz4740/time.c
+++ /dev/null
@@ -1,17 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de>
- * JZ4740 platform time support
- */
-
-#include <linux/clocksource.h>
-#include <linux/of_clk.h>
-
-#include <asm/mach-jz4740/timer.h>
-
-void __init plat_time_init(void)
-{
- of_clk_init(NULL);
- jz4740_timer_init();
- timer_probe();
-}