commit | bc0c36d3c831b5f33ca0dab39535f5deb8c55b62 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Feb 08 21:32:36 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Wed Feb 16 09:43:18 2011 +1000 |
tree | 5afac5eefe19690677c9a3a0779a3536c995e3a9 | |
parent | 81174262e2e653e15c7ef23efa5f88fe31e91e2a [diff] |
m68knommu: fix dereference of port.tty 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>