summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/68360serial.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2011-02-21 11:43:56 +0300
committerTejun Heo <tj@kernel.org>2011-02-21 11:43:56 +0300
commit43d133c18b44e7d82d82ef0dcc2bddd55d5dfe81 (patch)
tree8de75c837b55874cc8a81a29bdedbc62668d4481 /drivers/tty/serial/68360serial.c
parent4149efb22da66e326fc48baf80d628834509f7f0 (diff)
parent6f576d57f1fa0d6026b495d8746d56d949989161 (diff)
downloadlinux-43d133c18b44e7d82d82ef0dcc2bddd55d5dfe81.tar.xz
Merge branch 'master' into for-2.6.39
Diffstat (limited to 'drivers/tty/serial/68360serial.c')
-rw-r--r--drivers/tty/serial/68360serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/68360serial.c b/drivers/tty/serial/68360serial.c
index 88b13356ec10..bc21eeae8fde 100644
--- a/drivers/tty/serial/68360serial.c
+++ b/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)