summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2003-01-06 22:31:17 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2003-01-06 22:31:17 +0000
commitcc9b418f97d1b345373631b111444eb10d71e6bc (patch)
tree4e9881fac2e8e435f53bbc6d503b1d057645dd52 /include/linux/serial_core.h
parent581b7bba5c65a395c9c4822f240c9f32366af11f (diff)
[SERIAL] Change settermios to set_termios
set_termios matches the style used for the other methods. It should have been this from the start.
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index e4d689578c6f..58fe38afbd8e 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -86,8 +86,8 @@ struct uart_ops {
void (*break_ctl)(struct uart_port *, int ctl);
int (*startup)(struct uart_port *);
void (*shutdown)(struct uart_port *);
- void (*settermios)(struct uart_port *, struct termios *new,
- struct termios *old);
+ void (*set_termios)(struct uart_port *, struct termios *new,
+ struct termios *old);
void (*pm)(struct uart_port *, unsigned int state,
unsigned int oldstate);
int (*set_wake)(struct uart_port *, unsigned int state);