From: Mianhan Liu Date: Wed, 29 Sep 2021 06:58:24 +0000 (+0800) Subject: clk/actions/owl-factor.c: remove superfluous headers X-Git-Tag: v6.1-rc5~2625^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de5169ac53c8997c4b889283b36c9992f990e6de;p=platform%2Fkernel%2Flinux-starfive.git clk/actions/owl-factor.c: remove superfluous headers owl-factor.c hasn't use any macro or function declared in linux/slab.h. Thus, these files can be removed from owl-factor.c safely without affecting the compilation of the ./drivers/clk module Signed-off-by: Mianhan Liu Link: https://lore.kernel.org/r/20210929065824.23691-1-liumh1@shanghaitech.edu.cn Reviewed-by: Manivannan Sadhasivam Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c index f15e262..64f316c 100644 --- a/drivers/clk/actions/owl-factor.c +++ b/drivers/clk/actions/owl-factor.c @@ -10,7 +10,6 @@ #include #include -#include #include "owl-factor.h"