serial: use tty_port pointers in the core code
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:29 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:29 +0000 (13:13 -0700)
commit46d57a449aa13d9c6adcc9d1dbc7b9a0ecfb69d8
treec89087fd06012fef52302ed1f7d4f3b07e2b7d92
parent5e99df561fc830730d63672d795a0b02ef8cdd6f
serial: use tty_port pointers in the core code

Extract out a lot of the x.port. uses and also show up where there are
things left to be isolated that prevent use using the port helpers in the
serial layer at this point

Signed-off-by: Alan Cox <alan@linux.intel.com>
drivers/serial/serial_core.c