gpiolib: acpi: remove redundant declaration
authorRaag Jadav <raag.jadav@intel.com>
Wed, 15 Feb 2023 12:00:04 +0000 (17:30 +0530)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 15 Feb 2023 13:30:47 +0000 (15:30 +0200)
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>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpiolib-acpi.h

index 9475f99..5a08693 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <linux/gpio/consumer.h>
 
-struct acpi_device;
 struct device;
 struct fwnode_handle;