Skip to content

Commit

Permalink
s390/3270: drop unused spinlock from struct con3270
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Martin Schwidefsky committed Sep 26, 2012
1 parent eb608fb commit 94f2b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/s390/char/con3270.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static struct raw3270_fn con3270_fn;
*/
struct con3270 {
struct raw3270_view view;
spinlock_t lock;
struct list_head freemem; /* list of free memory for strings. */

/* Output stuff. */
Expand Down

0 comments on commit 94f2b9e

Please sign in to comment.