All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] bus: bt1-apb: remove duplicate include
@ 2020-08-19  2:43 Wang Hai
  2020-08-19  5:45 ` Serge Semin
  2021-03-07 20:24 ` Serge Semin
  0 siblings, 2 replies; 4+ messages in thread
From: Wang Hai @ 2020-08-19  2:43 UTC (permalink / raw)
  To: arnd, Sergey.Semin; +Cc: linux-kernel

Remove linux/clk.h which is included more than once

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@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 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.17.1


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

* Re: [PATCH -next] bus: bt1-apb: remove duplicate include
  2020-08-19  2:43 [PATCH -next] bus: bt1-apb: remove duplicate include Wang Hai
@ 2020-08-19  5:45 ` Serge Semin
  2021-03-07 20:24 ` Serge Semin
  1 sibling, 0 replies; 4+ messages in thread
From: Serge Semin @ 2020-08-19  5:45 UTC (permalink / raw)
  To: Wang Hai; +Cc: arnd, linux-kernel

On Wed, Aug 19, 2020 at 10:43:51AM +0800, Wang Hai wrote:
> Remove linux/clk.h which is included more than once
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>

Thanks!

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 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.17.1
> 

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

* Re: [PATCH -next] bus: bt1-apb: remove duplicate include
  2020-08-19  2:43 [PATCH -next] bus: bt1-apb: remove duplicate include Wang Hai
  2020-08-19  5:45 ` Serge Semin
@ 2021-03-07 20:24 ` Serge Semin
  1 sibling, 0 replies; 4+ messages in thread
From: Serge Semin @ 2021-03-07 20:24 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Serge Semin, Wang Hai, linux-kernel

Hi Arnd,
Could you merge this patch in via your repo?

On Wed, Aug 19, 2020 at 10:43:51AM +0800, Wang Hai wrote:
> Remove linux/clk.h which is included more than once
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>

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

-Sergey

> ---
>  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.17.1
> 

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

* [PATCH -next] bus: bt1-apb: Remove duplicate include
@ 2022-09-17  9:51 williamsukatube
  0 siblings, 0 replies; 4+ messages in thread
From: williamsukatube @ 2022-09-17  9:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: William Dean

From: William Dean <williamsukatube@163.com>

In file: drivers/bus/bt1-apb.c,
'#include <linux/clk.h>' has included at line: 22,
now it is duplicated include at line: 25, so delete duplicated include.

Signed-off-by: William Dean <williamsukatube@163.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 63b1b4a76671..fd198577cdb3 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] 4+ messages in thread

end of thread, other threads:[~2022-09-17  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19  2:43 [PATCH -next] bus: bt1-apb: remove duplicate include Wang Hai
2020-08-19  5:45 ` Serge Semin
2021-03-07 20:24 ` Serge Semin
2022-09-17  9:51 [PATCH -next] bus: bt1-apb: Remove " williamsukatube

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.