diff options
Diffstat (limited to 'include/pcmcia/ds.h')
| -rw-r--r-- | include/pcmcia/ds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index ee148573c114..d57847f2f6c1 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
| @@ -40,7 +40,7 @@ struct net_device; | |||
| 40 | * Documentation/pcmcia/driver.txt for details. | 40 | * Documentation/pcmcia/driver.txt for details. |
| 41 | */ | 41 | */ |
| 42 | struct pcmcia_dynids { | 42 | struct pcmcia_dynids { |
| 43 | spinlock_t lock; | 43 | struct mutex lock; |
| 44 | struct list_head list; | 44 | struct list_head list; |
| 45 | }; | 45 | }; |
| 46 | 46 | ||
