[S390] SPIN_LOCK_UNLOCKED cleanup in drivers/s390
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead. Signed-off-by: Milind Arun Choudhary <milindchoudhary@gmail.com> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
39ce010d38
commit
cb629a01bb
@@ -476,7 +476,7 @@ struct cmb_area {
|
||||
};
|
||||
|
||||
static struct cmb_area cmb_area = {
|
||||
.lock = SPIN_LOCK_UNLOCKED,
|
||||
.lock = __SPIN_LOCK_UNLOCKED(cmb_area.lock),
|
||||
.list = LIST_HEAD_INIT(cmb_area.list),
|
||||
.num_channels = 1024,
|
||||
};
|
||||
|
Reference in New Issue
Block a user