diff --git a/[refs] b/[refs] index 9e8dd658f082..7e11ee8f0622 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91f78f36694b8748fda855b1f9e3614b027a744f +refs/heads/master: 3e517f4b1de4787ecff87a73a9865a0b1aa2b10b diff --git a/trunk/drivers/tty/serial/68360serial.c b/trunk/drivers/tty/serial/68360serial.c index 88b13356ec10..bc21eeae8fde 100644 --- a/trunk/drivers/tty/serial/68360serial.c +++ b/trunk/drivers/tty/serial/68360serial.c @@ -2428,6 +2428,7 @@ static const struct tty_operations rs_360_ops = { /* .read_proc = rs_360_read_proc, */ .tiocmget = rs_360_tiocmget, .tiocmset = rs_360_tiocmset, + .get_icount = rs_360_get_icount, }; static int __init rs_360_init(void)