aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/spinlock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/spinlock_types.h')
-rw-r--r--include/asm-s390/spinlock_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-s390/spinlock_types.h b/include/asm-s390/spinlock_types.h
index b7ac13f7aa37..654abc40de04 100644
--- a/include/asm-s390/spinlock_types.h
+++ b/include/asm-s390/spinlock_types.h
@@ -7,7 +7,6 @@
typedef struct {
volatile unsigned int owner_cpu;
- volatile unsigned int owner_pc;
} __attribute__ ((aligned (4))) raw_spinlock_t;
#define __RAW_SPIN_LOCK_UNLOCKED { 0 }