]> err.no Git - linux-2.6/blobdiff - include/asm-x86/spinlock_types.h
Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[linux-2.6] / include / asm-x86 / spinlock_types.h
index 9029cf78cf5dce2ece4ede3251a300697d74f9b2..06c071c9eee9f1d2e5288930b91e511a3d094d61 100644 (file)
@@ -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;