]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit962963e4ee23bc7518dfee754de5f20d35de71d9
tree75682ac0273c879cea4360af67b0033d492f94d3
parent45e786a6baeff2fa6a350bed5b880e2e9381deaf
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