diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-03-10 12:26:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 19:32:32 -0400 |
commit | e7ec2e3230633a858af1b0b359f6c4670dbeb997 (patch) | |
tree | c43dbd7f6cab0ac066c039697528312d802617ef /include/linux/ssb | |
parent | 068edceb7e73c05f77e204442ea8f86e238575da (diff) |
ssb: Add SPROM/invariants support for PCMCIA devices
This adds support for reading/writing the SPROM invariants
for PCMCIA based devices.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ssb')
-rw-r--r-- | include/linux/ssb/ssb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h index b7c388972fcf..8644e03cf588 100644 --- a/include/linux/ssb/ssb.h +++ b/include/linux/ssb/ssb.h | |||
@@ -245,9 +245,9 @@ struct ssb_bus { | |||
245 | /* Pointer to the PCMCIA device (only if bustype == SSB_BUSTYPE_PCMCIA). */ | 245 | /* Pointer to the PCMCIA device (only if bustype == SSB_BUSTYPE_PCMCIA). */ |
246 | struct pcmcia_device *host_pcmcia; | 246 | struct pcmcia_device *host_pcmcia; |
247 | 247 | ||
248 | #ifdef CONFIG_SSB_PCIHOST | 248 | #ifdef CONFIG_SSB_SPROM |
249 | /* Mutex to protect the SPROM writing. */ | 249 | /* Mutex to protect the SPROM writing. */ |
250 | struct mutex pci_sprom_mutex; | 250 | struct mutex sprom_mutex; |
251 | #endif | 251 | #endif |
252 | 252 | ||
253 | /* ID information about the Chip. */ | 253 | /* ID information about the Chip. */ |