diff options
| -rw-r--r-- | include/linux/gpio/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index 50882e09289b..216e6f275aa8 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include <linux/device.h> | 4 | #include <linux/device.h> |
| 5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
| 6 | #include <linux/module.h> | ||
| 7 | #include <linux/irq.h> | 6 | #include <linux/irq.h> |
| 8 | #include <linux/irqchip/chained_irq.h> | 7 | #include <linux/irqchip/chained_irq.h> |
| 9 | #include <linux/irqdomain.h> | 8 | #include <linux/irqdomain.h> |
| @@ -16,6 +15,7 @@ struct of_phandle_args; | |||
| 16 | struct device_node; | 15 | struct device_node; |
| 17 | struct seq_file; | 16 | struct seq_file; |
| 18 | struct gpio_device; | 17 | struct gpio_device; |
| 18 | struct module; | ||
| 19 | 19 | ||
| 20 | #ifdef CONFIG_GPIOLIB | 20 | #ifdef CONFIG_GPIOLIB |
| 21 | 21 | ||
