aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ssb/ssb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 0eaa98424f0a..cacbae531945 100644
--- a/include/linux/ssb/ssb.h
+++ b/include/linux/ssb/ssb.h
@@ -231,7 +231,8 @@ struct ssb_bus {
231 struct ssb_device *mapped_device; 231 struct ssb_device *mapped_device;
232 /* Currently mapped PCMCIA segment. (bustype == SSB_BUSTYPE_PCMCIA only) */ 232 /* Currently mapped PCMCIA segment. (bustype == SSB_BUSTYPE_PCMCIA only) */
233 u8 mapped_pcmcia_seg; 233 u8 mapped_pcmcia_seg;
234 /* Lock for core and segment switching. */ 234 /* Lock for core and segment switching.
235 * On PCMCIA-host busses this is used to protect the whole MMIO access. */
235 spinlock_t bar_lock; 236 spinlock_t bar_lock;
236 237
237 /* The bus this backplane is running on. */ 238 /* The bus this backplane is running on. */