summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/common.h
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2023-06-19 06:09:38 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-06-21 14:50:23 +0200
commit04b153abdfcbaba70ceef5a846067d4447fd0078 (patch)
tree71c27e3218ca868879206fee6648c8a6197c69b2 /arch/mips/ralink/common.h
parent7cd1bb48885449a9323c7ff0f10012925e93b4e1 (diff)
mips: ralink: mt7620: remove clock related code
A proper clock driver for ralink SoCs has been added. Hence there is no need to have clock related code in 'arch/mips/ralink' folder anymore. Since this is the last clock related code removal, remove also remaining prototypes in 'common.h' header file. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/ralink/common.h')
-rw-r--r--arch/mips/ralink/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
index 87fc16751281..fcdfc9dc6210 100644
--- a/arch/mips/ralink/common.h
+++ b/arch/mips/ralink/common.h
@@ -23,9 +23,6 @@ extern struct ralink_soc_info soc_info;
extern void ralink_of_remap(void);
-extern void ralink_clk_init(void);
-extern void ralink_clk_add(const char *dev, unsigned long rate);
-
extern void ralink_rst_init(void);
extern void __init prom_soc_init(struct ralink_soc_info *soc_info);