We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e5ae9 commit 5b19119Copy full SHA for 5b19119
1 file changed
include/linux/gpio/consumer.h
@@ -7,6 +7,7 @@
7
#include <linux/compiler_types.h>
8
#include <linux/err.h>
9
10
+struct acpi_device;
11
struct device;
12
struct fwnode_handle;
13
struct gpio_desc;
@@ -602,8 +603,6 @@ struct acpi_gpio_mapping {
602
603
unsigned int quirks;
604
};
605
-struct acpi_device;
606
-
607
#if IS_ENABLED(CONFIG_GPIOLIB) && IS_ENABLED(CONFIG_ACPI)
608
609
int acpi_dev_add_driver_gpios(struct acpi_device *adev,
0 commit comments