From cc9b418f97d1b345373631b111444eb10d71e6bc Mon Sep 17 00:00:00 2001 From: Russell King Date: Mon, 6 Jan 2003 22:31:17 +0000 Subject: [SERIAL] Change settermios to set_termios set_termios matches the style used for the other methods. It should have been this from the start. --- include/linux/serial_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux') 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); -- cgit v1.2.3