All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bus] bus: remove duplicate include in bt1-apb.c
@ 2021-10-20  9:33 cgel.zte
  0 siblings, 0 replies; only message in thread
From: cgel.zte @ 2021-10-20  9:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: ran.jianping, Zeal Robot

From: Ran Jianping <ran.jianping@zte.com.cn>

'linux/clk.h' included in 'drivers/bus/bt1-apb.c'
 is duplicated.It is also included on the 25 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Ran Jianping <ran.jianping@zte.com.cn>
---
 drivers/bus/bt1-apb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/bt1-apb.c b/drivers/bus/bt1-apb.c
index b25ff941e7c7..74b1b712ef3a 100644
--- a/drivers/bus/bt1-apb.c
+++ b/drivers/bus/bt1-apb.c
@@ -22,7 +22,6 @@
 #include <linux/clk.h>
 #include <linux/reset.h>
 #include <linux/time64.h>
-#include <linux/clk.h>
 #include <linux/sysfs.h>
 
 #define APB_EHB_ISR			0x00
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-20  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  9:33 [PATCH bus] bus: remove duplicate include in bt1-apb.c cgel.zte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.