X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fs390%2Finclude%2Fasm%2Fspinlock_types.h;h=9c76656a0af035bf04d55680a03c589ef0e1b0f1;hb=fb3a6bbc912b12347614e5742c7c61416cdb0ca0;hp=e25c0370f6cd3c89acd2e8a63b8a820c15cd8ffe;hpb=0199c4e68d1f02894bdefe4b5d9e9ee4aedd8d62;p=linux-beck.git diff --git a/arch/s390/include/asm/spinlock_types.h b/arch/s390/include/asm/spinlock_types.h index e25c0370f6cd..9c76656a0af0 100644 --- a/arch/s390/include/asm/spinlock_types.h +++ b/arch/s390/include/asm/spinlock_types.h @@ -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