diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pcmcia/ss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index f95dca077c1c..2edc7fa3bab3 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h | |||
@@ -245,7 +245,6 @@ struct pcmcia_socket { | |||
245 | 245 | ||
246 | struct task_struct *thread; | 246 | struct task_struct *thread; |
247 | struct completion thread_done; | 247 | struct completion thread_done; |
248 | wait_queue_head_t thread_wait; | ||
249 | spinlock_t thread_lock; /* protects thread_events */ | 248 | spinlock_t thread_lock; /* protects thread_events */ |
250 | unsigned int thread_events; | 249 | unsigned int thread_events; |
251 | 250 | ||