All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bus: bt1-apb: Fix duplicate included clk.h
@ 2020-09-30  0:54 Tian Tao
  0 siblings, 0 replies; only message in thread
From: Tian Tao @ 2020-09-30  0:54 UTC (permalink / raw)
  To: p.zabel, Sergey.Semin, arnd, linux-kernel

linux/clk.h is included more than once, Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Serge Semin <fancer.lancer@gmail.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 b25ff94..e9e196c 100644
--- a/drivers/bus/bt1-apb.c
+++ b/drivers/bus/bt1-apb.c
@@ -19,7 +19,6 @@
 #include <linux/nmi.h>
 #include <linux/of.h>
 #include <linux/regmap.h>
-#include <linux/clk.h>
 #include <linux/reset.h>
 #include <linux/time64.h>
 #include <linux/clk.h>
-- 
2.7.4


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

only message in thread, other threads:[~2020-09-30  0:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30  0:54 [PATCH] bus: bt1-apb: Fix duplicate included clk.h Tian Tao

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.