summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/gpio/driver.h2
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;
16struct device_node; 15struct device_node;
17struct seq_file; 16struct seq_file;
18struct gpio_device; 17struct gpio_device;
18struct module;
19 19
20#ifdef CONFIG_GPIOLIB 20#ifdef CONFIG_GPIOLIB
21 21