summaryrefslogtreecommitdiff
path: root/include/asm-x86/spinlock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/spinlock_types.h')
-rw-r--r--include/asm-x86/spinlock_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/spinlock_types.h b/include/asm-x86/spinlock_types.h
index 9029cf78cf5d..06c071c9eee9 100644
--- a/include/asm-x86/spinlock_types.h
+++ b/include/asm-x86/spinlock_types.h
@@ -5,7 +5,7 @@
# error "please don't include this file directly"
#endif
-typedef struct {
+typedef struct raw_spinlock {
unsigned int slock;
} raw_spinlock_t;