commit | bf0f2ebff31adf786b59bc84d0522fed246c9471 | [log] [tgz] |
---|---|---|
author | Lidza Louina <lidza.louina@gmail.com> | Tue Aug 13 15:49:54 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 14 14:05:36 2013 -0700 |
tree | 0ee9d08b4483153fee05fe6660297c679b349749 | |
parent | 22e3de76ab7f4e02825a158cb2575feb5be6b062 [diff] |
staging: dgnc: fixes tty_port and tty_struct params The functions tty_flip_buffer_push, tty_insert_flip_string, tty_insert_flip_char and tty_buffer_request_room now require a struct of type tty_port instead of struct tty_struct. This patch makes those changes. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>