All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
@ 2021-09-29  6:58 Mianhan Liu
  2021-10-01  7:11   ` Manivannan Sadhasivam
  2021-11-02 21:28   ` Stephen Boyd
  0 siblings, 2 replies; 5+ messages in thread
From: Mianhan Liu @ 2021-09-29  6:58 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Andreas Färber,
	Manivannan Sadhasivam
  Cc: linux-clk, linux-arm-kernel, linux-actions, linux-kernel, Mianhan Liu

owl-factor.c hasn't use any macro or function declared in linux/slab.h.
Thus, these files can be removed from owl-factor.c safely without
affecting the compilation of the ./drivers/clk module

Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>

---
 drivers/clk/actions/owl-factor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c
index f15e2621f..64f316cf7 100644
--- a/drivers/clk/actions/owl-factor.c
+++ b/drivers/clk/actions/owl-factor.c
@@ -10,7 +10,6 @@
 
 #include <linux/clk-provider.h>
 #include <linux/regmap.h>
-#include <linux/slab.h>
 
 #include "owl-factor.h"
 
-- 
2.25.1



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

* Re: [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
  2021-09-29  6:58 [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers Mianhan Liu
@ 2021-10-01  7:11   ` Manivannan Sadhasivam
  2021-11-02 21:28   ` Stephen Boyd
  1 sibling, 0 replies; 5+ messages in thread
From: Manivannan Sadhasivam @ 2021-10-01  7:11 UTC (permalink / raw)
  To: Mianhan Liu
  Cc: Michael Turquette, Stephen Boyd, Andreas Färber, linux-clk,
	linux-arm-kernel, linux-actions, linux-kernel

On Wed, Sep 29, 2021 at 02:58:24PM +0800, Mianhan Liu wrote:
> owl-factor.c hasn't use any macro or function declared in linux/slab.h.
> Thus, these files can be removed from owl-factor.c safely without
> affecting the compilation of the ./drivers/clk module
> 
> Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>

Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>

Thanks,
Mani
> 
> ---
>  drivers/clk/actions/owl-factor.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c
> index f15e2621f..64f316cf7 100644
> --- a/drivers/clk/actions/owl-factor.c
> +++ b/drivers/clk/actions/owl-factor.c
> @@ -10,7 +10,6 @@
>  
>  #include <linux/clk-provider.h>
>  #include <linux/regmap.h>
> -#include <linux/slab.h>
>  
>  #include "owl-factor.h"
>  
> -- 
> 2.25.1
> 
> 

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

* Re: [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
@ 2021-10-01  7:11   ` Manivannan Sadhasivam
  0 siblings, 0 replies; 5+ messages in thread
From: Manivannan Sadhasivam @ 2021-10-01  7:11 UTC (permalink / raw)
  To: Mianhan Liu
  Cc: Michael Turquette, Stephen Boyd, Andreas Färber, linux-clk,
	linux-arm-kernel, linux-actions, linux-kernel

On Wed, Sep 29, 2021 at 02:58:24PM +0800, Mianhan Liu wrote:
> owl-factor.c hasn't use any macro or function declared in linux/slab.h.
> Thus, these files can be removed from owl-factor.c safely without
> affecting the compilation of the ./drivers/clk module
> 
> Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>

Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>

Thanks,
Mani
> 
> ---
>  drivers/clk/actions/owl-factor.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/actions/owl-factor.c b/drivers/clk/actions/owl-factor.c
> index f15e2621f..64f316cf7 100644
> --- a/drivers/clk/actions/owl-factor.c
> +++ b/drivers/clk/actions/owl-factor.c
> @@ -10,7 +10,6 @@
>  
>  #include <linux/clk-provider.h>
>  #include <linux/regmap.h>
> -#include <linux/slab.h>
>  
>  #include "owl-factor.h"
>  
> -- 
> 2.25.1
> 
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
  2021-09-29  6:58 [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers Mianhan Liu
@ 2021-11-02 21:28   ` Stephen Boyd
  2021-11-02 21:28   ` Stephen Boyd
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2021-11-02 21:28 UTC (permalink / raw)
  To: Andreas Färber, Manivannan Sadhasivam, Mianhan Liu,
	Michael Turquette
  Cc: linux-clk, linux-arm-kernel, linux-actions, linux-kernel, Mianhan Liu

Quoting Mianhan Liu (2021-09-28 23:58:24)
> owl-factor.c hasn't use any macro or function declared in linux/slab.h.
> Thus, these files can be removed from owl-factor.c safely without
> affecting the compilation of the ./drivers/clk module
> 
> Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>
> 
> ---

Applied to clk-next

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

* Re: [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers
@ 2021-11-02 21:28   ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2021-11-02 21:28 UTC (permalink / raw)
  To: Andreas Färber, Manivannan Sadhasivam, Mianhan Liu,
	Michael Turquette
  Cc: linux-clk, linux-arm-kernel, linux-actions, linux-kernel, Mianhan Liu

Quoting Mianhan Liu (2021-09-28 23:58:24)
> owl-factor.c hasn't use any macro or function declared in linux/slab.h.
> Thus, these files can be removed from owl-factor.c safely without
> affecting the compilation of the ./drivers/clk module
> 
> Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-11-02 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29  6:58 [PATCH -next] clk/actions/owl-factor.c: remove superfluous headers Mianhan Liu
2021-10-01  7:11 ` Manivannan Sadhasivam
2021-10-01  7:11   ` Manivannan Sadhasivam
2021-11-02 21:28 ` Stephen Boyd
2021-11-02 21:28   ` Stephen Boyd

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.