All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] bus: bt1-apb: Remove duplicated header file inclusion
@ 2021-03-27  1:12 Zhen Lei
  0 siblings, 0 replies; only message in thread
From: Zhen Lei @ 2021-03-27  1:12 UTC (permalink / raw)
  To: Arnd Bergmann, linux-kernel; +Cc: Zhen Lei

The header file <linux/clk.h> is already included above and can be
removed here.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
---
 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 b25ff941e7c7f52..74b1b712ef3a804 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
-- 
1.8.3



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

only message in thread, other threads:[~2021-03-27  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  1:12 [PATCH 1/1] bus: bt1-apb: Remove duplicated header file inclusion Zhen Lei

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.