From: Andre Haupt Signed-off-by: Andre Haupt Acked-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/char/istallion.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/char/istallion.c~istallion-remove-unused-variable drivers/char/istallion.c --- a/drivers/char/istallion.c~istallion-remove-unused-variable +++ a/drivers/char/istallion.c @@ -1660,7 +1660,6 @@ static int stli_ioctl(struct tty_struct { struct stliport *portp; struct stlibrd *brdp; - unsigned int ival; int rc; void __user *argp = (void __user *)arg; _