aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia')
-rw-r--r--include/pcmcia/ss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h
index 9ab53d87248..e756069859b 100644
--- a/include/pcmcia/ss.h
+++ b/include/pcmcia/ss.h
@@ -203,6 +203,8 @@ struct pcmcia_socket {
203 unsigned int thread_events; 203 unsigned int thread_events;
204 /* protects socket h/w state */ 204 /* protects socket h/w state */
205 struct mutex skt_mutex; 205 struct mutex skt_mutex;
206 /* protects PCMCIA state */
207 struct mutex ops_mutex;
206 /* protects thread_events */ 208 /* protects thread_events */
207 spinlock_t thread_lock; 209 spinlock_t thread_lock;
208 210