From: Fabio Estevam Date: Thu, 17 Jan 2013 12:45:13 +0000 (-0200) Subject: serial: imx: Remove unused 'tty' variable X-Git-Tag: v3.9-rc1~125^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e786a6baeff2fa6a350bed5b880e2e9381deaf;p=pandora-kernel.git serial: imx: Remove unused 'tty' variable Commit 2e124b4a39 (TTY: switch tty_flip_buffer_push) introduced the following build warning: drivers/tty/serial/imx.c:519:21: warning: unused variable 'tty' [-Wunused-variable] Remove the unused 'tty' variable. Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed