Browse Source

stallion: removed unused variable

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Andre Haupt 17 years ago
parent
commit
708d8cefd0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/char/stallion.c

+ 0 - 1
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)
 static int stl_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg)
 {
 {
 	struct stlport	*portp;
 	struct stlport	*portp;
-	unsigned int	ival;
 	int		rc;
 	int		rc;
 	void __user *argp = (void __user *)arg;
 	void __user *argp = (void __user *)arg;