All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-03-20 21:56 ` Andy Shevchenko
  0 siblings, 0 replies; 10+ messages in thread
From: Andy Shevchenko @ 2026-03-20 21:56 UTC (permalink / raw)
  To: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel
  Cc: James E.J. Bottomley, Martin K. Petersen, Heiko Stuebner,
	Andy Shevchenko

This driver includes the legacy header <linux/gpio.h> but does
not use any symbols from it. Drop the inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/ufs/host/ufs-rockchip.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ufs/host/ufs-rockchip.c b/drivers/ufs/host/ufs-rockchip.c
index 7fff34513a60..bac68f238e1c 100644
--- a/drivers/ufs/host/ufs-rockchip.c
+++ b/drivers/ufs/host/ufs-rockchip.c
@@ -6,7 +6,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/mfd/syscon.h>
 #include <linux/of.h>
-- 
2.50.1



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

* [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-03-20 21:56 ` Andy Shevchenko
  0 siblings, 0 replies; 10+ messages in thread
From: Andy Shevchenko @ 2026-03-20 21:56 UTC (permalink / raw)
  To: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel
  Cc: James E.J. Bottomley, Martin K. Petersen, Heiko Stuebner,
	Andy Shevchenko

This driver includes the legacy header <linux/gpio.h> but does
not use any symbols from it. Drop the inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/ufs/host/ufs-rockchip.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ufs/host/ufs-rockchip.c b/drivers/ufs/host/ufs-rockchip.c
index 7fff34513a60..bac68f238e1c 100644
--- a/drivers/ufs/host/ufs-rockchip.c
+++ b/drivers/ufs/host/ufs-rockchip.c
@@ -6,7 +6,6 @@
  */
 
 #include <linux/clk.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/mfd/syscon.h>
 #include <linux/of.h>
-- 
2.50.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
  2026-03-20 21:56 ` Andy Shevchenko
@ 2026-03-23 17:31   ` Bart Van Assche
  -1 siblings, 0 replies; 10+ messages in thread
From: Bart Van Assche @ 2026-03-23 17:31 UTC (permalink / raw)
  To: Andy Shevchenko, Shawn Lin, linux-scsi, linux-arm-kernel,
	linux-rockchip, linux-kernel
  Cc: James E.J. Bottomley, Martin K. Petersen, Heiko Stuebner

On 3/20/26 2:56 PM, Andy Shevchenko wrote:
> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.
Reviewed-by: Bart Van Assche <bvanassche@acm.org>


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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-03-23 17:31   ` Bart Van Assche
  0 siblings, 0 replies; 10+ messages in thread
From: Bart Van Assche @ 2026-03-23 17:31 UTC (permalink / raw)
  To: Andy Shevchenko, Shawn Lin, linux-scsi, linux-arm-kernel,
	linux-rockchip, linux-kernel
  Cc: James E.J. Bottomley, Martin K. Petersen, Heiko Stuebner

On 3/20/26 2:56 PM, Andy Shevchenko wrote:
> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.
Reviewed-by: Bart Van Assche <bvanassche@acm.org>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
  2026-03-20 21:56 ` Andy Shevchenko
@ 2026-03-24  7:31   ` Shawn Lin
  -1 siblings, 0 replies; 10+ messages in thread
From: Shawn Lin @ 2026-03-24  7:31 UTC (permalink / raw)
  To: Andy Shevchenko, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel
  Cc: shawn.lin, James E.J. Bottomley, Martin K. Petersen,
	Heiko Stuebner

在 2026/03/21 星期六 5:56, Andy Shevchenko 写道:
> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.

Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>   drivers/ufs/host/ufs-rockchip.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/ufs/host/ufs-rockchip.c b/drivers/ufs/host/ufs-rockchip.c
> index 7fff34513a60..bac68f238e1c 100644
> --- a/drivers/ufs/host/ufs-rockchip.c
> +++ b/drivers/ufs/host/ufs-rockchip.c
> @@ -6,7 +6,6 @@
>    */
>   
>   #include <linux/clk.h>
> -#include <linux/gpio.h>
>   #include <linux/gpio/consumer.h>
>   #include <linux/mfd/syscon.h>
>   #include <linux/of.h>


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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-03-24  7:31   ` Shawn Lin
  0 siblings, 0 replies; 10+ messages in thread
From: Shawn Lin @ 2026-03-24  7:31 UTC (permalink / raw)
  To: Andy Shevchenko, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel
  Cc: shawn.lin, James E.J. Bottomley, Martin K. Petersen,
	Heiko Stuebner

在 2026/03/21 星期六 5:56, Andy Shevchenko 写道:
> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.

Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>   drivers/ufs/host/ufs-rockchip.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/ufs/host/ufs-rockchip.c b/drivers/ufs/host/ufs-rockchip.c
> index 7fff34513a60..bac68f238e1c 100644
> --- a/drivers/ufs/host/ufs-rockchip.c
> +++ b/drivers/ufs/host/ufs-rockchip.c
> @@ -6,7 +6,6 @@
>    */
>   
>   #include <linux/clk.h>
> -#include <linux/gpio.h>
>   #include <linux/gpio/consumer.h>
>   #include <linux/mfd/syscon.h>
>   #include <linux/of.h>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
  2026-03-20 21:56 ` Andy Shevchenko
@ 2026-03-27 20:28   ` Martin K. Petersen
  -1 siblings, 0 replies; 10+ messages in thread
From: Martin K. Petersen @ 2026-03-27 20:28 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel, James E.J. Bottomley, Martin K. Petersen,
	Heiko Stuebner


Andy,

> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.

Applied to 7.1/scsi-staging, thanks!

-- 
Martin K. Petersen


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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-03-27 20:28   ` Martin K. Petersen
  0 siblings, 0 replies; 10+ messages in thread
From: Martin K. Petersen @ 2026-03-27 20:28 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel, James E.J. Bottomley, Martin K. Petersen,
	Heiko Stuebner


Andy,

> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.

Applied to 7.1/scsi-staging, thanks!

-- 
Martin K. Petersen

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
  2026-03-20 21:56 ` Andy Shevchenko
@ 2026-04-03  2:05   ` Martin K. Petersen
  -1 siblings, 0 replies; 10+ messages in thread
From: Martin K. Petersen @ 2026-04-03  2:05 UTC (permalink / raw)
  To: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel, Andy Shevchenko
  Cc: Martin K . Petersen, James E.J. Bottomley, Heiko Stuebner

On Fri, 20 Mar 2026 22:56:06 +0100, Andy Shevchenko wrote:

> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.
> 
> 

Applied to 7.1/scsi-queue, thanks!

[1/1] scsi: ufs: rockchip: Drop unused include
      https://git.kernel.org/mkp/scsi/c/8ad1ddc50d15

-- 
Martin K. Petersen


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

* Re: [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include
@ 2026-04-03  2:05   ` Martin K. Petersen
  0 siblings, 0 replies; 10+ messages in thread
From: Martin K. Petersen @ 2026-04-03  2:05 UTC (permalink / raw)
  To: Shawn Lin, linux-scsi, linux-arm-kernel, linux-rockchip,
	linux-kernel, Andy Shevchenko
  Cc: Martin K . Petersen, James E.J. Bottomley, Heiko Stuebner

On Fri, 20 Mar 2026 22:56:06 +0100, Andy Shevchenko wrote:

> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.
> 
> 

Applied to 7.1/scsi-queue, thanks!

[1/1] scsi: ufs: rockchip: Drop unused include
      https://git.kernel.org/mkp/scsi/c/8ad1ddc50d15

-- 
Martin K. Petersen

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2026-04-03  2:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 21:56 [PATCH v1 1/1] scsi: ufs: rockchip: Drop unused include Andy Shevchenko
2026-03-20 21:56 ` Andy Shevchenko
2026-03-23 17:31 ` Bart Van Assche
2026-03-23 17:31   ` Bart Van Assche
2026-03-24  7:31 ` Shawn Lin
2026-03-24  7:31   ` Shawn Lin
2026-03-27 20:28 ` Martin K. Petersen
2026-03-27 20:28   ` Martin K. Petersen
2026-04-03  2:05 ` Martin K. Petersen
2026-04-03  2:05   ` Martin K. Petersen

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.