[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1581608182.3.0@crapouillou.net>
Date: Thu, 13 Feb 2020 12:36:22 -0300
From: Paul Cercueil <paul@...pouillou.net>
To: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: Ralf Baechle <ralf@...ux-mips.org>,
Paul Burton <paulburton@...nel.org>,
Florian Fainelli <f.fainelli@...il.com>,
James Hartley <james.hartley@...drel.com>,
John Crispin <john@...ozen.org>, linux-mips@...r.kernel.org,
bcm-kernel-feedback-list@...adcom.com, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/7] MIPS: jz4740: Replace <linux/clk-provider.h> by
<linux/of_clk.h>
Hi,
Le mer., févr. 12, 2020 at 11:15, Geert Uytterhoeven
<geert+renesas@...der.be> a écrit :
> The Ingenic JZ4740 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@...der.be>
Looks good to me.
Reviewed-by: Paul Cercueil <paul@...pouillou.net>
> ---
> arch/mips/jz4740/time.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/jz4740/time.c b/arch/mips/jz4740/time.c
> index 5476899f0882a4b4..605a84a250bfb299 100644
> --- a/arch/mips/jz4740/time.c
> +++ b/arch/mips/jz4740/time.c
> @@ -4,8 +4,8 @@
> * JZ4740 platform time support
> */
>
> -#include <linux/clk-provider.h>
> #include <linux/clocksource.h>
> +#include <linux/of_clk.h>
>
> #include <asm/mach-jz4740/timer.h>
>
> --
> 2.17.1
>
Powered by blists - more mailing lists