From: Anson Huang Date: Wed, 12 Feb 2020 09:09:43 +0000 (+0800) Subject: clk: imx7ulp: Include clk-provider.h instead of clk.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=836b2513326ef047e67123ecea389e65addf6c18;p=linux.git clk: imx7ulp: Include clk-provider.h instead of clk.h The i.MX7ULP clock driver is provider, NOT consumer, so clk-provider.h should be used instead of clk.h. Signed-off-by: Anson Huang Reviewed-by: Stephen Boyd Signed-off-by: Shawn Guo --- diff --git a/drivers/clk/imx/clk-imx7ulp.c b/drivers/clk/imx/clk-imx7ulp.c index 0620d6c8c0727..3710aa0dee9bf 100644 --- a/drivers/clk/imx/clk-imx7ulp.c +++ b/drivers/clk/imx/clk-imx7ulp.c @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include #include