diff options
Diffstat (limited to 'drivers/gpio/gpiolib.h')
-rw-r--r-- | drivers/gpio/gpiolib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/gpiolib.h b/drivers/gpio/gpiolib.h index 550a5eafbd38..ab892be26dc2 100644 --- a/drivers/gpio/gpiolib.h +++ b/drivers/gpio/gpiolib.h | |||
@@ -17,6 +17,8 @@ | |||
17 | 17 | ||
18 | enum of_gpio_flags; | 18 | enum of_gpio_flags; |
19 | 19 | ||
20 | struct acpi_device; | ||
21 | |||
20 | /** | 22 | /** |
21 | * struct acpi_gpio_info - ACPI GPIO specific information | 23 | * struct acpi_gpio_info - ACPI GPIO specific information |
22 | * @gpioint: if %true this GPIO is of type GpioInt otherwise type is GpioIo | 24 | * @gpioint: if %true this GPIO is of type GpioInt otherwise type is GpioIo |