diff options
author | Andre Haupt <andre@bitwigglers.org> | 2008-07-23 21:29:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:30 -0700 |
commit | 708d8cefd0f6d8dc13027f899e865ccfa5f63871 (patch) | |
tree | e6d6efb7b82615d76b46fcc24c25188958cf8507 /drivers/char | |
parent | ae2d4c396e19f45918ed6e0900b031538d009823 (diff) | |
download | linux-3.10-708d8cefd0f6d8dc13027f899e865ccfa5f63871.tar.gz linux-3.10-708d8cefd0f6d8dc13027f899e865ccfa5f63871.tar.bz2 linux-3.10-708d8cefd0f6d8dc13027f899e865ccfa5f63871.zip |
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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/stallion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c index b976248e107..19db1eb87c2 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; |