From: Heiko Carstens Date: Tue, 17 Apr 2012 11:16:34 +0000 (+0200) Subject: tty: add missing tty_port_tty_get() call to raw3215_wakeup X-Git-Tag: v3.5-rc1~146^2~30^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e695b28664827eaad4c8a4b6f921d3fae3e0f526;p=pandora-kernel.git 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 Signed-off-by: Heiko Carstens Acked-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed