From: Alan Cox Date: Tue, 26 Oct 2010 14:56:34 +0000 (+0100) Subject: nozomi: Fix warning from the previous TIOCGCOUNT changes X-Git-Tag: v2.6.37-rc2~24^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68e29655cc51761d60d5f27b2738816a5b13e415;p=platform%2Fupstream%2Fkernel-adaptation-pc.git nozomi: Fix warning from the previous TIOCGCOUNT changes Just remove a now unused variable Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/nozomi.c b/drivers/char/nozomi.c index dd3f9b1..294d03e 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);