aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-02-12 11:16:51 +0100
committerGreentime Hu <green.hu@gmail.com>2021-02-25 14:31:48 +0800
commitd7cc16b4a3b84d61c0c58f6785f43a494efd0699 (patch)
tree418409e963a8b9156d195660f47dc209aa225189 /arch/nds32
parentLinux 5.11 (diff)
downloadlinux-dev-d7cc16b4a3b84d61c0c58f6785f43a494efd0699.tar.xz
linux-dev-d7cc16b4a3b84d61c0c58f6785f43a494efd0699.zip
nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The Andes platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Greentime Hu <green.hu@gmail.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/kernel/time.c b/arch/nds32/kernel/time.c
index ac9d78ce3a81..574a3d0a8539 100644
--- a/arch/nds32/kernel/time.c
+++ b/arch/nds32/kernel/time.c
@@ -2,7 +2,7 @@
// Copyright (C) 2005-2017 Andes Technology Corporation
#include <linux/clocksource.h>
-#include <linux/clk-provider.h>
+#include <linux/of_clk.h>
void __init time_init(void)
{