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