All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpiolib: acpi: remove redundant declaration
@ 2023-02-15 12:00 Raag Jadav
  2023-02-15 12:09 ` Mika Westerberg
  0 siblings, 1 reply; 3+ messages in thread
From: Raag Jadav @ 2023-02-15 12:00 UTC (permalink / raw)
  To: linus.walleij, brgl, mika.westerberg, andriy.shevchenko
  Cc: linux-gpio, linux-acpi, linux-kernel,
	mallikarjunappa.sangannavar, pandith.n, Raag Jadav

Remove acpi_device declaration, as it is no longer needed.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
---
 drivers/gpio/gpiolib-acpi.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpiolib-acpi.h b/drivers/gpio/gpiolib-acpi.h
index 9475f99a9694..5a08693b8fb1 100644
--- a/drivers/gpio/gpiolib-acpi.h
+++ b/drivers/gpio/gpiolib-acpi.h
@@ -14,7 +14,6 @@
 
 #include <linux/gpio/consumer.h>
 
-struct acpi_device;
 struct device;
 struct fwnode_handle;
 
-- 
2.17.1


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

* Re: [PATCH] gpiolib: acpi: remove redundant declaration
  2023-02-15 12:00 [PATCH] gpiolib: acpi: remove redundant declaration Raag Jadav
@ 2023-02-15 12:09 ` Mika Westerberg
  2023-02-15 13:30   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Mika Westerberg @ 2023-02-15 12:09 UTC (permalink / raw)
  To: Raag Jadav
  Cc: linus.walleij, brgl, andriy.shevchenko, linux-gpio, linux-acpi,
	linux-kernel, mallikarjunappa.sangannavar, pandith.n

On Wed, Feb 15, 2023 at 05:30:04PM +0530, Raag Jadav wrote:
> Remove acpi_device declaration, as it is no longer needed.
> 
> Signed-off-by: Raag Jadav <raag.jadav@intel.com>

Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>

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

* Re: [PATCH] gpiolib: acpi: remove redundant declaration
  2023-02-15 12:09 ` Mika Westerberg
@ 2023-02-15 13:30   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2023-02-15 13:30 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Raag Jadav, linus.walleij, brgl, linux-gpio, linux-acpi,
	linux-kernel, mallikarjunappa.sangannavar, pandith.n

On Wed, Feb 15, 2023 at 02:09:01PM +0200, Mika Westerberg wrote:
> On Wed, Feb 15, 2023 at 05:30:04PM +0530, Raag Jadav wrote:
> > Remove acpi_device declaration, as it is no longer needed.
> > 
> > Signed-off-by: Raag Jadav <raag.jadav@intel.com>
> 
> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed for fixes, thanks!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2023-02-15 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 12:00 [PATCH] gpiolib: acpi: remove redundant declaration Raag Jadav
2023-02-15 12:09 ` Mika Westerberg
2023-02-15 13:30   ` Andy Shevchenko

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.