lkml.org 
[lkml]   [2020]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 3/3] ARM: mmp: Replace <linux/clk-provider.h> by <linux/of_clk.h>
On Tue, May 05, 2020 at 05:45:36PM +0200, Geert Uytterhoeven wrote:
> The Marvell MMP 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>
> Reviewed-by: Stephen Boyd <sboyd@kernel.org>

Acked-by: Lubomir Rintel <lkundrak@v3.sk>

> ---
> v2:
> - Add Reviewed-by.
> ---
> arch/arm/mach-mmp/mmp-dt.c | 2 +-
> arch/arm/mach-mmp/mmp2-dt.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-mmp/mmp-dt.c b/arch/arm/mach-mmp/mmp-dt.c
> index 91214996acecc9fb..3f43c0867dcae4ed 100644
> --- a/arch/arm/mach-mmp/mmp-dt.c
> +++ b/arch/arm/mach-mmp/mmp-dt.c
> @@ -8,7 +8,7 @@
>
> #include <linux/irqchip.h>
> #include <linux/of_platform.h>
> -#include <linux/clk-provider.h>
> +#include <linux/of_clk.h>
> #include <linux/clocksource.h>
> #include <asm/mach/arch.h>
> #include <asm/mach/time.h>
> diff --git a/arch/arm/mach-mmp/mmp2-dt.c b/arch/arm/mach-mmp/mmp2-dt.c
> index 510c762ddc484c40..34a5fe4b3949167e 100644
> --- a/arch/arm/mach-mmp/mmp2-dt.c
> +++ b/arch/arm/mach-mmp/mmp2-dt.c
> @@ -9,7 +9,7 @@
> #include <linux/io.h>
> #include <linux/irqchip.h>
> #include <linux/of_platform.h>
> -#include <linux/clk-provider.h>
> +#include <linux/of_clk.h>
> #include <linux/clocksource.h>
> #include <asm/mach/arch.h>
> #include <asm/mach/time.h>
> --
> 2.17.1
>

\
 
 \ /
  Last update: 2020-05-05 17:50    [W:0.045 / U:0.672 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site