From: Andre Haupt Date: Thu, 24 Jul 2008 04:29:51 +0000 (-0700) Subject: stallion: removed unused variable X-Git-Tag: v2.6.27-rc1~661 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=708d8cefd0f6d8dc13027f899e865ccfa5f63871;p=karo-tx-linux.git stallion: removed unused variable Signed-off-by: Andre Haupt Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c index b976248e1072..19db1eb87c26 100644 --- a/drivers/char/stallion.c +++ b/drivers/char/stallion.c @@ -1256,7 +1256,6 @@ static int stl_tiocmset(struct tty_struct *tty, struct file *file, 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;