All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bus: bt1-apb:Fix duplicate included linux/clk.h
@ 2021-02-07 14:20 alex_luca
  2021-02-08 12:48 ` Serge Semin
  0 siblings, 1 reply; 4+ messages in thread
From: alex_luca @ 2021-02-07 14:20 UTC (permalink / raw)
  To: Serge Semin; +Cc: Arnd Bergmann, linux-kernel, Luca, Zhang Kun

From: Zhang Kun <zhangkun@cdjrlc.com>

Remove one of the duplicate header hlinux/clk.h which isn't necessary.

Signed-off-by: Zhang Kun <zhangkun@cdjrlc.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 b25ff941e7c7..e9e196cd9253 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.17.1



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

* Re: [PATCH] bus: bt1-apb:Fix duplicate included linux/clk.h
  2021-02-07 14:20 [PATCH] bus: bt1-apb:Fix duplicate included linux/clk.h alex_luca
@ 2021-02-08 12:48 ` Serge Semin
  0 siblings, 0 replies; 4+ messages in thread
From: Serge Semin @ 2021-02-08 12:48 UTC (permalink / raw)
  To: alex_luca, Arnd Bergmann; +Cc: linux-kernel, Zhang Kun

On Sun, Feb 07, 2021 at 10:20:50PM +0800, alex_luca@163.com wrote:
> From: Zhang Kun <zhangkun@cdjrlc.com>
> 
> Remove one of the duplicate header hlinux/clk.h which isn't necessary.

Thanks!
Acked-by: Serge Semin <fancer.lancer@gmail.com>

Arnd, could you merge it in?

-Sergey

> 
> Signed-off-by: Zhang Kun <zhangkun@cdjrlc.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 b25ff941e7c7..e9e196cd9253 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.17.1
> 
> 

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

* [PATCH] bus: bt1-apb: Fix duplicate included linux/clk.h
@ 2022-03-23  2:46 Haowen Bai
  0 siblings, 0 replies; 4+ messages in thread
From: Haowen Bai @ 2022-03-23  2:46 UTC (permalink / raw)
  To: p.zabel; +Cc: linux-kernel, Haowen Bai

Clean up the following includecheck warning:

drivers/bus/bt1-apb.c: linux/clk.h is included more than once.

No functional change.

Signed-off-by: Haowen Bai <baihaowen@meizu.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..74b1b71 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.7.4


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

* [PATCH] bus: bt1-apb: Fix duplicate included linux/clk.h
@ 2021-05-13 10:58 Jiapeng Chong
  0 siblings, 0 replies; 4+ messages in thread
From: Jiapeng Chong @ 2021-05-13 10:58 UTC (permalink / raw)
  To: p.zabel; +Cc: linux-kernel, Jiapeng Chong

Clean up the following includecheck warning:

./drivers/bus/bt1-apb.c: linux/clk.h is included more than once.

No functional change.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.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..74b1b71 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.1


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

end of thread, other threads:[~2022-03-23  2:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07 14:20 [PATCH] bus: bt1-apb:Fix duplicate included linux/clk.h alex_luca
2021-02-08 12:48 ` Serge Semin
2021-05-13 10:58 [PATCH] bus: bt1-apb: Fix " Jiapeng Chong
2022-03-23  2:46 Haowen Bai

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.