commit | 17c82bce16e33b177c04ee38c85c09087a09bc80 | [log] [tgz] |
---|---|---|
author | Lidza Louina <lidza.louina@gmail.com> | Wed Aug 21 21:48:35 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 22 10:12:42 2013 -0700 |
tree | 672e6e77fd123f90a0c075d1ff9afdc9c85516b2 | |
parent | bb9ebe70739c62322c26f22fac3c60998cfe56ec [diff] |
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>