Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/3270: drop unused spinlock from struct con3270

I was checking why this spinlock was never initialized, but it turns
out it's not used anywhere, so we can drop it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Jean Delvare and committed by
Martin Schwidefsky
94f2b9e2 eb608fb3

-1
-1
drivers/s390/char/con3270.c
··· 35 35 */ 36 36 struct con3270 { 37 37 struct raw3270_view view; 38 - spinlock_t lock; 39 38 struct list_head freemem; /* list of free memory for strings. */ 40 39 41 40 /* Output stuff. */