]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgap: tty.c: fixes errors with tty function calls
authorLidza Louina <lidza.louina@gmail.com>
Thu, 22 Aug 2013 01:48:35 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:12:42 +0000 (10:12 -0700)
commite8d86b5836c18c183c551b84074d95dde685e2a0
tree672e6e77fd123f90a0c075d1ff9afdc9c85516b2
parentb31705e61d2a51f02595829be33d44e3de49d105
staging: dgap: tty.c: fixes errors with tty function calls

This patch fixes errors with the tty function calls
tty_buffer_request_room, tty_insert_flip_string_flags,
tty_insert_flip_string and tty_flip_buffer_push.

They now take struct tty_port as a parameter instead
of tty_struct.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap_tty.c