diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2003-01-09 22:15:46 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2003-01-09 22:15:46 +0000 |
| commit | ba1eedb622baaa05fbc514aff50aa7511c89a8cb (patch) | |
| tree | e67482318bc533ccb7e0ffdf4624c5326e5c30fa /include/linux/serial_core.h | |
| parent | 077746a2ce37e3cb7d3fd7aa439e7ef52c8b6112 (diff) | |
[SERIAL] Fix build errors caused in previous cset.
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 41b764e48f77..a3422e7a903a 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -280,7 +280,7 @@ void uart_write_wakeup(struct uart_port *port); */ void uart_update_timeout(struct uart_port *port, unsigned int cflag, unsigned int quot); -unsigned int uart_get_baud_rate(struct uart_port *port, struct termios *termios +unsigned int uart_get_baud_rate(struct uart_port *port, struct termios *termios, struct termios *old, unsigned int min, unsigned int max); unsigned int uart_get_divisor(struct uart_port *port, struct termios *termios, |
