diff options
Diffstat (limited to 'include/linux/gpio/driver.h')
| -rw-r--r-- | include/linux/gpio/driver.h | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index 67b8774eed8f..4f0c5d62c8f3 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h @@ -61,13 +61,6 @@ struct gpio_irq_chip {  	 */  	struct irq_domain *domain; -	/** -	 * @domain_ops: -	 * -	 * Table of interrupt domain operations for this IRQ chip. -	 */ -	const struct irq_domain_ops *domain_ops; -  #ifdef CONFIG_IRQ_DOMAIN_HIERARCHY  	/**  	 * @fwnode: |