* [PATCH v1 1/1] pwm: jz4740: Drop unused include
@ 2026-03-20 22:06 Andy Shevchenko
2026-03-21 14:35 ` Paul Cercueil
2026-03-21 22:45 ` Uwe Kleine-König
0 siblings, 2 replies; 5+ messages in thread
From: Andy Shevchenko @ 2026-03-20 22:06 UTC (permalink / raw)
To: Andy Shevchenko, linux-mips, linux-pwm, linux-kernel
Cc: Paul Cercueil, Uwe Kleine-König
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/pwm/pwm-jz4740.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pwm/pwm-jz4740.c b/drivers/pwm/pwm-jz4740.c
index 6bdb01619380..e0b5966fc7fe 100644
--- a/drivers/pwm/pwm-jz4740.c
+++ b/drivers/pwm/pwm-jz4740.c
@@ -10,7 +10,6 @@
#include <linux/clk.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/mfd/ingenic-tcu.h>
#include <linux/mfd/syscon.h>
--
2.50.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH v1 1/1] pwm: jz4740: Drop unused include
@ 2026-03-20 22:07 Andy Shevchenko
2026-03-20 22:13 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2026-03-20 22:07 UTC (permalink / raw)
To: Andy Shevchenko, linux-mips, linux-pwm, linux-kernel
Cc: Paul Cercueil, Uwe Kleine-König
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/pwm/pwm-jz4740.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pwm/pwm-jz4740.c b/drivers/pwm/pwm-jz4740.c
index 6bdb01619380..e0b5966fc7fe 100644
--- a/drivers/pwm/pwm-jz4740.c
+++ b/drivers/pwm/pwm-jz4740.c
@@ -10,7 +10,6 @@
#include <linux/clk.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/mfd/ingenic-tcu.h>
#include <linux/mfd/syscon.h>
--
2.50.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] pwm: jz4740: Drop unused include
2026-03-20 22:07 Andy Shevchenko
@ 2026-03-20 22:13 ` Andy Shevchenko
0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2026-03-20 22:13 UTC (permalink / raw)
To: linux-mips, linux-pwm, linux-kernel; +Cc: Paul Cercueil, Uwe Kleine-König
On Fri, Mar 20, 2026 at 11:07:55PM +0100, Andy Shevchenko wrote:
> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.
Sorry, this is just a 1:1 copy of the previous message sent by a mistake.
Use whatever you want, though, they are absolutely identical (body wise).
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] pwm: jz4740: Drop unused include
2026-03-20 22:06 [PATCH v1 1/1] pwm: jz4740: Drop unused include Andy Shevchenko
@ 2026-03-21 14:35 ` Paul Cercueil
2026-03-21 22:45 ` Uwe Kleine-König
1 sibling, 0 replies; 5+ messages in thread
From: Paul Cercueil @ 2026-03-21 14:35 UTC (permalink / raw)
To: Andy Shevchenko, linux-mips, linux-pwm, linux-kernel
Cc: Uwe Kleine-König
Le vendredi 20 mars 2026 à 23:06 +0100, Andy Shevchenko a écrit :
> 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>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Cheers,
-Paul
> ---
> drivers/pwm/pwm-jz4740.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/pwm/pwm-jz4740.c b/drivers/pwm/pwm-jz4740.c
> index 6bdb01619380..e0b5966fc7fe 100644
> --- a/drivers/pwm/pwm-jz4740.c
> +++ b/drivers/pwm/pwm-jz4740.c
> @@ -10,7 +10,6 @@
>
> #include <linux/clk.h>
> #include <linux/err.h>
> -#include <linux/gpio.h>
> #include <linux/kernel.h>
> #include <linux/mfd/ingenic-tcu.h>
> #include <linux/mfd/syscon.h>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1 1/1] pwm: jz4740: Drop unused include
2026-03-20 22:06 [PATCH v1 1/1] pwm: jz4740: Drop unused include Andy Shevchenko
2026-03-21 14:35 ` Paul Cercueil
@ 2026-03-21 22:45 ` Uwe Kleine-König
1 sibling, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2026-03-21 22:45 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: linux-mips, linux-pwm, linux-kernel, Paul Cercueil
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
Hello Andy,
On Fri, Mar 20, 2026 at 11:06:44PM +0100, Andy Shevchenko wrote:
> 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>
Applied with Paul's ack to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next
.
Thanks
Uwe
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-03-21 22:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 22:06 [PATCH v1 1/1] pwm: jz4740: Drop unused include Andy Shevchenko
2026-03-21 14:35 ` Paul Cercueil
2026-03-21 22:45 ` Uwe Kleine-König
-- strict thread matches above, loose matches on Subject: below --
2026-03-20 22:07 Andy Shevchenko
2026-03-20 22:13 ` Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox