[PATCH] gpiolib: acpi: remove redundant declaration

Raag Jadav posted 1 patch 2 years, 6 months ago
drivers/gpio/gpiolib-acpi.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] gpiolib: acpi: remove redundant declaration
Posted by Raag Jadav 2 years, 6 months ago
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
Re: [PATCH] gpiolib: acpi: remove redundant declaration
Posted by Mika Westerberg 2 years, 6 months ago
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>
Re: [PATCH] gpiolib: acpi: remove redundant declaration
Posted by Andy Shevchenko 2 years, 6 months ago
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