From: Anson Huang Date: Tue, 18 Feb 2020 11:03:24 +0000 (+0800) Subject: clk: imx8mp: Include slab.h instead of clkdev.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=64bee9c6cd48179010149313f74f9557345fd0da;p=linux.git clk: imx8mp: Include slab.h instead of clkdev.h slab.h is necessary and included indirectly by clkdev.h, actually, there is nothing in use from clkdev.h, so just include slab.h instead of clkdev.h. Signed-off-by: Anson Huang Reviewed-by: Stephen Boyd Signed-off-by: Shawn Guo --- diff --git a/drivers/clk/imx/clk-imx8mp.c b/drivers/clk/imx/clk-imx8mp.c index a16af4fce0445..3adc8aa462007 100644 --- a/drivers/clk/imx/clk-imx8mp.c +++ b/drivers/clk/imx/clk-imx8mp.c @@ -4,13 +4,13 @@ */ #include -#include #include #include #include #include #include #include +#include #include #include "clk.h"