diff options
| author | Andy Shevchenko <[email protected]> | 2023-06-16 16:53:13 +0300 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2023-06-19 15:00:25 +0200 |
| commit | a48b3f7be9c5e507ca07bd93d769798f4e5e68b1 (patch) | |
| tree | 66d0625c3b4580945da8d52e2d94c489f84cbc0d /include/linux | |
| parent | c07ce33a1ddd5a2e74ddcfc8cfcf7f94c3ee2347 (diff) | |
gpiolib: Drop unused domain_ops memeber of GPIO IRQ chip
It seems there is no driver that requires custom IRQ chip
domain options. Drop the member and respective code.
Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'include/linux')
| -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 5c6db5533be6..6879b5436480 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: |