X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fspinlock_types.h;h=7c7a486fcb6811e68dc140085061e15df8bbd569;hp=dcb48b2edc11dd4eee1c378b47db0805ababea3f;hb=a750036f35cda160ef77408ec92c3dc41f8feebb;hpb=d346f49d0badd80aa9fc699fa9c6d5b23e778eb6 diff --git a/arch/x86/include/asm/spinlock_types.h b/arch/x86/include/asm/spinlock_types.h index dcb48b2edc11..7c7a486fcb68 100644 --- a/arch/x86/include/asm/spinlock_types.h +++ b/arch/x86/include/asm/spinlock_types.h @@ -11,10 +11,6 @@ typedef struct arch_spinlock { #define __ARCH_SPIN_LOCK_UNLOCKED { 0 } -typedef struct { - unsigned int lock; -} arch_rwlock_t; - -#define __ARCH_RW_LOCK_UNLOCKED { RW_LOCK_BIAS } +#include #endif /* _ASM_X86_SPINLOCK_TYPES_H */