From c131f4d7b5f771d0e147034421e12e552591c45a Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 9 Nov 2010 14:10:38 -0800 Subject: [PATCH] --- yaml --- r: 221897 b: refs/heads/master c: dc98d9650891661a20842a8eef9e76536046d897 h: refs/heads/master i: 221895: c4ade9cae937739e6092f0b1fd48609244837795 v: v3 --- [refs] | 2 +- trunk/drivers/char/pcmcia/synclink_cs.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e421985e6658..17621a51a06b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65f8e441ed3c31c456aa70db1fbe50fb42079375 +refs/heads/master: dc98d9650891661a20842a8eef9e76536046d897 diff --git a/trunk/drivers/char/pcmcia/synclink_cs.c b/trunk/drivers/char/pcmcia/synclink_cs.c index bfc10f89d951..eaa41992fbe2 100644 --- a/trunk/drivers/char/pcmcia/synclink_cs.c +++ b/trunk/drivers/char/pcmcia/synclink_cs.c @@ -2796,6 +2796,7 @@ static const struct tty_operations mgslpc_ops = { .hangup = mgslpc_hangup, .tiocmget = tiocmget, .tiocmset = tiocmset, + .get_icount = mgslpc_get_icount, .proc_fops = &mgslpc_proc_fops, };