aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/bcma
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-08-14 00:21:45 +0200
committerKalle Valo <kvalo@codeaurora.org>2015-08-18 09:08:47 +0300
commit74f4e0cc61080f63f28e8d519bdf437957e64217 (patch)
tree4c12a5b2cc3a09f240698c796abb17ca3002c5fb /include/linux/bcma
parentath9k: add correct MAC/BB name for ar9561 (diff)
downloadwireguard-linux-74f4e0cc61080f63f28e8d519bdf437957e64217.tar.xz
wireguard-linux-74f4e0cc61080f63f28e8d519bdf437957e64217.zip
bcma: switch GPIO portions to use GPIOLIB_IRQCHIP
This switches the BCMA GPIO driver to use GPIOLIB_IRQCHIP to handle its interrupts instead of rolling its own copy of the irqdomain handling etc. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma')
-rw-r--r--include/linux/bcma/bcma_driver_chipcommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h
index 6cceedf65ca2..cf038431a5cc 100644
--- a/include/linux/bcma/bcma_driver_chipcommon.h
+++ b/include/linux/bcma/bcma_driver_chipcommon.h
@@ -640,7 +640,6 @@ struct bcma_drv_cc {
spinlock_t gpio_lock;
#ifdef CONFIG_BCMA_DRIVER_GPIO
struct gpio_chip gpio;
- struct irq_domain *irq_domain;
#endif
};