diff options
author | Alan Cox <alan@linux.intel.com> | 2010-10-26 15:56:34 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-09 14:49:38 -0800 |
commit | 68e29655cc51761d60d5f27b2738816a5b13e415 (patch) | |
tree | 13d6c6c186892d2631c8d9260a7119568ecefd3e /drivers/char | |
parent | dc98d9650891661a20842a8eef9e76536046d897 (diff) | |
download | linux-68e29655cc51761d60d5f27b2738816a5b13e415.tar.bz2 |
nozomi: Fix warning from the previous TIOCGCOUNT changes
Just remove a now unused variable
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/nozomi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/nozomi.c b/drivers/char/nozomi.c index dd3f9b1f11b4..294d03e8c61a 100644 --- a/drivers/char/nozomi.c +++ b/drivers/char/nozomi.c @@ -1828,7 +1828,6 @@ static int ntty_ioctl(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg) { struct port *port = tty->driver_data; - void __user *argp = (void __user *)arg; int rval = -ENOIOCTLCMD; DBG1("******** IOCTL, cmd: %d", cmd); |