]> git.baikalelectronics.ru Git - kernel.git/commit
serial: tegra: Switch to using struct tty_port
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 17 Jan 2013 13:31:45 +0000 (14:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 01:32:11 +0000 (17:32 -0800)
commitb091ce0ea72adceb9f9c7641838edd20aba0b6d8
tree75682ac0273c879cea4360af67b0033d492f94d3
parente524eaa16040adf296a4b68ba03db1c8490bbed3
serial: tegra: Switch to using struct tty_port

Many of the tty functions were converted to use a struct tty_port
instead of a struct tty_struct. Update the Tegra driver accordingly to
avoid build breakage.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial-tegra.c