public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
@ 2021-09-29  6:58 Mianhan Liu
  2021-10-01  7:11 ` Manivannan Sadhasivam
  2021-11-02 21:28 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Mianhan Liu @ 2021-09-29  6:58 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Andreas Färber,
	Manivannan Sadhasivam
  Cc: linux-clk, linux-arm-kernel, linux-actions, linux-kernel,
	Mianhan Liu

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>

---
 drivers/clk/actions/owl-factor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c
index f15e2621f..64f316cf7 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"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-02 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-29  6:58 [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers Mianhan Liu
2021-10-01  7:11 ` Manivannan Sadhasivam
2021-11-02 21:28 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox