diff options
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 { | |||
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. */ |