summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2003-03-09 00:39:38 +0000
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-09 00:39:38 +0000
commit1208e2cb97bcf3492cd37ae3b048046abecba150 (patch)
tree224e4844f65d65dd312d1020c154100692d704c2 /include/linux/serial_core.h
parent4c34d07e49b3e2ea01b70149e834e3dc721c7906 (diff)
[SERIAL] Eliminate some more passing of struct uart_info.
Replace uart_info argument for uart_change_speed, uart_startup, uart_shutdown and uart_update_termios with a uart_state structure. We no longer pass struct uart_info around to other functions.
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 3412f8b7f2ce..0ea3262a03b6 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -224,8 +224,6 @@ struct uart_state {
* stuff here.
*/
struct uart_info {
- struct uart_port *port;
- struct uart_state *state;
struct tty_struct *tty;
struct circ_buf xmit;
unsigned int flags;