commit | c7bce3097c0f9bbed76ee6fd03742f2624031a45 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Sat Sep 30 23:27:24 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:20 2006 -0700 |
tree | 6a9690926d5afd84545ca364dd3ca173d9aca1eb | |
parent | 00988a3514bbc0cce781c067cf52559741d88b80 [diff] |
[PATCH] serial: Fix up offenders peering at baud bits directly Stop some other people peering into the baud bits on their own and make them use the tty_get_baud_rate() helper as a preperation for the move to the new termios. Corrected dependancy previous one had on new termios structs Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>