aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-01-13 19:56:08 +0100
committerRalf Baechle <ralf@linux-mips.org>2014-01-24 22:39:54 +0100
commit7c1bc0da3206de789a71c4aae8ac44d580bc5578 (patch)
tree4b73ed9000e7b1f1dbff5f6530b163ac7de1158b /include/linux/ssb
parentMIPS: BCM47XX: fix sparse warnings in board.c (diff)
downloadlinux-dev-7c1bc0da3206de789a71c4aae8ac44d580bc5578.tar.xz
linux-dev-7c1bc0da3206de789a71c4aae8ac44d580bc5578.zip
ssb: gpio: add own IRQ domain
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Michael Buesch <m@bues.ch> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6342/
Diffstat (limited to 'include/linux/ssb')
-rw-r--r--include/linux/ssb/ssb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index c64999fd1660..07ef9b82b66d 100644
--- a/include/linux/ssb/ssb.h
+++ b/include/linux/ssb/ssb.h
@@ -486,6 +486,7 @@ struct ssb_bus {
#endif /* EMBEDDED */
#ifdef CONFIG_SSB_DRIVER_GPIO
struct gpio_chip gpio;
+ struct irq_domain *irq_domain;
#endif /* DRIVER_GPIO */
/* Internal-only stuff follows. Do not touch. */