summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-08-07 21:47:27 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-10 13:27:50 -0700
commit3dd332c553996eec2593110b05abf8a4819b5c28 (patch)
tree8841ed6a19c4aa37f286051184d1e25f41707ac4 /drivers/tty/n_gsm.c
parent6f9ea7ad7be10dca95e7ca57221c5f81be48d852 (diff)
downloadop-kernel-dev-3dd332c553996eec2593110b05abf8a4819b5c28.zip
op-kernel-dev-3dd332c553996eec2593110b05abf8a4819b5c28.tar.gz
TTY: 68328serial, fix compilation
tty_struct->termios is no longer a pointer. This was changed recently by "tty: move the termios object into the tty". But 68328serial was not changed, so we now have a compilation error: 68328serial.c: In function 'change_speed': 68328serial.c:518:22: error: invalid type argument of '->' (have 'struct ktermios') 68328serial.c: In function 'rs_set_ldisc': 68328serial.c:620:31: error: invalid type argument of '->' (have 'struct ktermios') 68328serial.c: In function 'rs_set_termios': 68328serial.c:988:20: error: invalid type argument of '->' (have 'struct ktermios') Fix that now. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/n_gsm.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud