m68knommu: fix dereference of port.tty
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Feb 2011 11:32:36 +0000 (21:32 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Feb 2011 23:43:18 +0000 (09:43 +1000)
The struct_tty associated with a port is now a direct pointer
from within the local private driver info struct. So fix all uses
of it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found