summaryrefslogtreecommitdiff
path: root/arch/s390/include
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2012-09-04 17:36:41 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-09-26 13:45:09 (GMT)
commitc3e6d407c0c09fb46a391bdd0a28827472825de7 (patch)
treee81b40186f8224dd0e8f62f77c29d445d91e5873 /arch/s390/include
parent50ab9a9a60fc83b8e8db36b54f365226e2b139ac (diff)
downloadlinux-fsl-qoriq-c3e6d407c0c09fb46a391bdd0a28827472825de7.tar.xz
s390/scm: remove superfluous lock
Remove the spinlock from struct scm_device. drvdata and attributes are guarded via device_lock. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/eadm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/eadm.h b/arch/s390/include/asm/eadm.h
index 4d6e103..8d48471 100644
--- a/arch/s390/include/asm/eadm.h
+++ b/arch/s390/include/asm/eadm.h
@@ -3,7 +3,6 @@
#include <linux/types.h>
#include <linux/device.h>
-#include <linux/spinlock.h>
struct arqb {
u64 data;
@@ -83,7 +82,6 @@ struct scm_device {
u64 size;
unsigned int nr_max_block;
struct device dev;
- spinlock_t lock;
struct {
unsigned int persistence:4;
unsigned int oper_state:4;