aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-01-13 13:56:08 -0500
committerRalf Baechle <ralf@linux-mips.org>2014-01-24 16:39:54 -0500
commit7c1bc0da3206de789a71c4aae8ac44d580bc5578 (patch)
tree4b73ed9000e7b1f1dbff5f6530b163ac7de1158b /include/linux/ssb
parent89fb3ac8621ba78cf11cc7bb1eb0991d204d5b18 (diff)
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 {
486#endif /* EMBEDDED */ 486#endif /* EMBEDDED */
487#ifdef CONFIG_SSB_DRIVER_GPIO 487#ifdef CONFIG_SSB_DRIVER_GPIO
488 struct gpio_chip gpio; 488 struct gpio_chip gpio;
489 struct irq_domain *irq_domain;
489#endif /* DRIVER_GPIO */ 490#endif /* DRIVER_GPIO */
490 491
491 /* Internal-only stuff follows. Do not touch. */ 492 /* Internal-only stuff follows. Do not touch. */