]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee51a91a58acb7d16d49bdc635c3f9a7545e0794
treec89087fd06012fef52302ed1f7d4f3b07e2b7d92
parent993cec5a6f921b565c1f15dc630fff5eaf9fdd67
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