]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/include/asm/spinlock_types.h
Merge remote-tracking branch 'wireless-next/master'
[karo-tx-linux.git] / arch / arm / include / asm / spinlock_types.h
index b262d2f8b4784eba5b6805d431468c285c434b88..47663fcb10ad7aad7e3bc87f31636a7a77342e36 100644 (file)
@@ -25,7 +25,7 @@ typedef struct {
 #define __ARCH_SPIN_LOCK_UNLOCKED      { { 0 } }
 
 typedef struct {
-       volatile unsigned int lock;
+       u32 lock;
 } arch_rwlock_t;
 
 #define __ARCH_RW_LOCK_UNLOCKED                { 0 }