diff options
-rw-r--r-- | include/linux/gpio/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index cd9da3885d79..656a27efb2c8 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
@@ -5,6 +5,7 @@ | |||
5 | 5 | ||
6 | struct device; | 6 | struct device; |
7 | struct gpio_desc; | 7 | struct gpio_desc; |
8 | struct seq_file; | ||
8 | 9 | ||
9 | /** | 10 | /** |
10 | * struct gpio_chip - abstract a GPIO controller | 11 | * struct gpio_chip - abstract a GPIO controller |