aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/include/asm/mach-loongson32/platform.h
diff options
context:
space:
mode:
authorKeguang Zhang <keguang.zhang@gmail.com>2023-03-21 19:18:17 +0800
committerStephen Boyd <sboyd@kernel.org>2023-03-21 16:34:23 -0700
commitb927c76c805432cc66e1cee67e1209514868c873 (patch)
tree02b4a4d1fc97d3c9f88eb04e2b32c6fd8d0cc056 /arch/mips/include/asm/mach-loongson32/platform.h
parentclk: loongson1: Re-implement the clock driver (diff)
downloadwireguard-linux-b927c76c805432cc66e1cee67e1209514868c873.tar.xz
wireguard-linux-b927c76c805432cc66e1cee67e1209514868c873.zip
MIPS: loongson32: Update the clock initialization
The Loongson-1 clock driver is under re-implementation to add DT support. As a result, ls1x_clk_init() will be dropped soon. Therefore, call of_clk_init() for clock initialization instead. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Link: https://lore.kernel.org/r/20230321111817.71756-5-keguang.zhang@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'arch/mips/include/asm/mach-loongson32/platform.h')
-rw-r--r--arch/mips/include/asm/mach-loongson32/platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-loongson32/platform.h b/arch/mips/include/asm/mach-loongson32/platform.h
index 86e1a6aab4e5..2cdcfb5f6012 100644
--- a/arch/mips/include/asm/mach-loongson32/platform.h
+++ b/arch/mips/include/asm/mach-loongson32/platform.h
@@ -20,7 +20,6 @@ extern struct platform_device ls1x_gpio1_pdev;
extern struct platform_device ls1x_rtc_pdev;
extern struct platform_device ls1x_wdt_pdev;
-void __init ls1x_clk_init(void);
void __init ls1x_rtc_set_extclk(struct platform_device *pdev);
void __init ls1x_serial_set_uartclk(struct platform_device *pdev);