From: Andre Haupt Signed-off-by: Andre Haupt Acked-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/char/stallion.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/char/stallion.c~stallion-removed-unused-variable drivers/char/stallion.c --- a/drivers/char/stallion.c~stallion-removed-unused-variable +++ a/drivers/char/stallion.c @@ -1255,7 +1255,6 @@ static int stl_tiocmset(struct tty_struc static int stl_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) { struct stlport *portp; - unsigned int ival; int rc; void __user *argp = (void __user *)arg; _