diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-01-13 22:56:08 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-25 01:39:54 +0400 |
commit | 7c1bc0da3206de789a71c4aae8ac44d580bc5578 (patch) | |
tree | 4b73ed9000e7b1f1dbff5f6530b163ac7de1158b /include/linux/ssb/ssb.h | |
parent | 89fb3ac8621ba78cf11cc7bb1eb0991d204d5b18 (diff) | |
download | linux-7c1bc0da3206de789a71c4aae8ac44d580bc5578.tar.xz |
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/ssb.h')
-rw-r--r-- | include/linux/ssb/ssb.h | 1 |
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. */ |