]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/s390/char/con3215.c
tty: add missing tty_port_tty_get() call to raw3215_wakeup
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 17 Apr 2012 11:16:34 +0000 (13:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Apr 2012 20:55:43 +0000 (13:55 -0700)
commite695b28664827eaad4c8a4b6f921d3fae3e0f526
tree34597a65f651f98f81a5120a87ae37f024510da8
parent86b26007a37d81e7aca242bb5b649473f8f81297
tty: add missing tty_port_tty_get() call to raw3215_wakeup

Fix compile error caused by "TTY: con3215, use tty from tty_port":

 CC      drivers/s390/char/con3215.o
drivers/s390/char/con3215.c: In function 'raw3215_wakeup':
drivers/s390/char/con3215.c:339:16: error: 'struct raw3215_info' has no member named 'tty'
make[1]: *** [drivers/s390/char/con3215.o] Error 1
make: *** [drivers/s390/char/] Error 2

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/char/con3215.c