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>
This commit is contained in:
Mianhan Liu 2021-09-29 14:58:24 +08:00 committed by Stephen Boyd
parent ed84ef1cd7
commit de5169ac53
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <linux/clk-provider.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include "owl-factor.h"