locking: Convert raw_rwlock to arch_rwlock
[pandora-kernel.git] / arch / blackfin / include / asm / spinlock_types.h
index c8a3928..1a33608 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