aboutsummaryrefslogtreecommitdiff
path: root/linux/pcmcia-cs/modules/cs_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/pcmcia-cs/modules/cs_internal.h')
-rw-r--r--linux/pcmcia-cs/modules/cs_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/pcmcia-cs/modules/cs_internal.h b/linux/pcmcia-cs/modules/cs_internal.h
index c4d4d457..c9f98f81 100644
--- a/linux/pcmcia-cs/modules/cs_internal.h
+++ b/linux/pcmcia-cs/modules/cs_internal.h
@@ -131,7 +131,7 @@ typedef struct config_t {
#define MAX_CIS_DATA 512
typedef struct socket_info_t {
-#ifdef USE_SPIN_LOCKS
+#ifdef __SMP__
spinlock_t lock;
#endif
ss_entry_t ss_entry;