]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/s390/include/asm/spinlock_types.h
locking: Convert raw_rwlock to arch_rwlock
[linux-beck.git] / arch / s390 / include / asm / spinlock_types.h
index e25c0370f6cd3c89acd2e8a63b8a820c15cd8ffe..9c76656a0af035bf04d55680a03c589ef0e1b0f1 100644 (file)
@@ -13,8 +13,8 @@ typedef struct {
 
 typedef struct {
        volatile unsigned int lock;
-} raw_rwlock_t;
+} arch_rwlock_t;
 
-#define __RAW_RW_LOCK_UNLOCKED         { 0 }
+#define __ARCH_RW_LOCK_UNLOCKED                { 0 }
 
 #endif