aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/gpio/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index c1c5c2368fc8..1827b43966d9 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -107,6 +107,7 @@ struct gpio_chip {
107 */ 107 */
108 struct irq_chip *irqchip; 108 struct irq_chip *irqchip;
109 struct irq_domain *irqdomain; 109 struct irq_domain *irqdomain;
110 unsigned int irq_base;
110 irq_flow_handler_t irq_handler; 111 irq_flow_handler_t irq_handler;
111 unsigned int irq_default_type; 112 unsigned int irq_default_type;
112#endif 113#endif