diff options
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | 2021-09-29 14:58:24 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-11-02 14:28:29 -0700 |
commit | de5169ac53c8997c4b889283b36c9992f990e6de (patch) | |
tree | e25f0c47564db69bb384f7eac16453fd0447396e /drivers/clk/actions | |
parent | ed84ef1cd7eddf933d4ffce2caa8161d6f947245 (diff) | |
download | linux-de5169ac53c8997c4b889283b36c9992f990e6de.tar.gz |
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 <liumh1@shanghaitech.edu.cn>
Link: https://lore.kernel.org/r/20210929065824.23691-1-liumh1@shanghaitech.edu.cn
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/actions')
-rw-r--r-- | drivers/clk/actions/owl-factor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c index f15e2621fa18..64f316cf7cfc 100644 --- a/drivers/clk/actions/owl-factor.c +++ b/drivers/clk/actions/owl-factor.c @@ -10,7 +10,6 @@ #include <linux/clk-provider.h> #include <linux/regmap.h> -#include <linux/slab.h> #include "owl-factor.h" |