mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h
@ 2024-03-04 18:05 Andy Shevchenko
  2024-03-11 14:25 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2024-03-04 18:05 UTC (permalink / raw)
  To: linux-media, linux-kernel
  Cc: Sean Young, Mauro Carvalho Chehab, Andy Shevchenko

of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/media/rc/gpio-ir-recv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/rc/gpio-ir-recv.c b/drivers/media/rc/gpio-ir-recv.c
index 41eeec648803..b29a1a9f381d 100644
--- a/drivers/media/rc/gpio-ir-recv.c
+++ b/drivers/media/rc/gpio-ir-recv.c
@@ -9,7 +9,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/slab.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/pm_qos.h>
-- 
2.43.0.rc1.1.gbec44491f096


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

* Re: [PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h
  2024-03-04 18:05 [PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h Andy Shevchenko
@ 2024-03-11 14:25 ` Andy Shevchenko
  2024-03-11 14:35   ` Sean Young
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2024-03-11 14:25 UTC (permalink / raw)
  To: linux-media, linux-kernel; +Cc: Sean Young, Mauro Carvalho Chehab

On Mon, Mar 04, 2024 at 08:05:10PM +0200, Andy Shevchenko wrote:
> of_gpio.h is deprecated and subject to remove.
> The driver doesn't use it, simply remove the unused header.

Sean, are you okay with this change?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h
  2024-03-11 14:25 ` Andy Shevchenko
@ 2024-03-11 14:35   ` Sean Young
  2024-03-11 14:48     ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Young @ 2024-03-11 14:35 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-media, linux-kernel, Mauro Carvalho Chehab

On Mon, Mar 11, 2024 at 04:25:49PM +0200, Andy Shevchenko wrote:
> On Mon, Mar 04, 2024 at 08:05:10PM +0200, Andy Shevchenko wrote:
> > of_gpio.h is deprecated and subject to remove.
> > The driver doesn't use it, simply remove the unused header.
> 
> Sean, are you okay with this change?

Looks great, I've applied it my branch.

Thanks,
Sean

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

* Re: [PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h
  2024-03-11 14:35   ` Sean Young
@ 2024-03-11 14:48     ` Andy Shevchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-03-11 14:48 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-media, linux-kernel, Mauro Carvalho Chehab

On Mon, Mar 11, 2024 at 02:35:41PM +0000, Sean Young wrote:
> On Mon, Mar 11, 2024 at 04:25:49PM +0200, Andy Shevchenko wrote:
> > On Mon, Mar 04, 2024 at 08:05:10PM +0200, Andy Shevchenko wrote:
> > > of_gpio.h is deprecated and subject to remove.
> > > The driver doesn't use it, simply remove the unused header.
> > 
> > Sean, are you okay with this change?
> 
> Looks great, I've applied it my branch.

Thank you!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2024-03-11 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-04 18:05 [PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h Andy Shevchenko
2024-03-11 14:25 ` Andy Shevchenko
2024-03-11 14:35   ` Sean Young
2024-03-11 14:48     ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome