aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2010-10-28 20:29:53 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-11 10:51:35 -0800
commit37db8f91b7d9b064bc78acd1c615a410322e275d (patch)
treec933a1af6aa64e272dd6762a6c5b9d520f5ac3ca
parent8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang (diff)
downloadlinux-dev-37db8f91b7d9b064bc78acd1c615a410322e275d.tar.xz
linux-dev-37db8f91b7d9b064bc78acd1c615a410322e275d.zip
amiserial: Remove unused variable icount
drivers/char/amiserial.c: In function ?rs_ioctl?: drivers/char/amiserial.c:1302: warning: unused variable ?icount? commit 0587102cf9f427c185bfdeb2cef41e13ee0264b1 ("tty: icount changeover for other main devices") removed the users, but not the actual variable. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/char/amiserial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/amiserial.c b/drivers/char/amiserial.c
index b0a70461a12c..c0bd6f472c52 100644
--- a/drivers/char/amiserial.c
+++ b/drivers/char/amiserial.c
@@ -1299,7 +1299,6 @@ static int rs_ioctl(struct tty_struct *tty, struct file * file,
{
struct async_struct * info = tty->driver_data;
struct async_icount cprev, cnow; /* kernel counter temps */
- struct serial_icounter_struct icount;
void __user *argp = (void __user *)arg;
unsigned long flags;