diff options
Diffstat (limited to 'include/linux/bcma/bcma_driver_chipcommon.h')
-rw-r--r-- | include/linux/bcma/bcma_driver_chipcommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h index c49e1a159e6e..63d105cd14a3 100644 --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/include/linux/bcma/bcma_driver_chipcommon.h | |||
@@ -640,6 +640,7 @@ struct bcma_drv_cc { | |||
640 | spinlock_t gpio_lock; | 640 | spinlock_t gpio_lock; |
641 | #ifdef CONFIG_BCMA_DRIVER_GPIO | 641 | #ifdef CONFIG_BCMA_DRIVER_GPIO |
642 | struct gpio_chip gpio; | 642 | struct gpio_chip gpio; |
643 | struct irq_domain *irq_domain; | ||
643 | #endif | 644 | #endif |
644 | }; | 645 | }; |
645 | 646 | ||