aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb/ssb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ssb/ssb.h')
-rw-r--r--include/linux/ssb/ssb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 9d5da8b2ccf9..d14c03685717 100644
--- a/include/linux/ssb/ssb.h
+++ b/include/linux/ssb/ssb.h
@@ -283,6 +283,11 @@ struct ssb_bus {
283 /* Contents of the SPROM. */ 283 /* Contents of the SPROM. */
284 struct ssb_sprom sprom; 284 struct ssb_sprom sprom;
285 285
286#ifdef CONFIG_SSB_EMBEDDED
287 /* Lock for GPIO register access. */
288 spinlock_t gpio_lock;
289#endif /* EMBEDDED */
290
286 /* Internal-only stuff follows. Do not touch. */ 291 /* Internal-only stuff follows. Do not touch. */
287 struct list_head list; 292 struct list_head list;
288#ifdef CONFIG_SSB_DEBUG 293#ifdef CONFIG_SSB_DEBUG