From: Alan Cox Date: Mon, 14 Feb 2011 16:26:14 +0000 (+0000) Subject: tiocmget: kill off the passing of the struct file X-Git-Tag: v2.6.39-rc1~470^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b33c133ca0b7c0b6072c87234b63fee6e80558;p=pandora-kernel.git tiocmget: kill off the passing of the struct file We don't actually need this and it causes problems for internal use of this functionality. Currently there is a single use of the FILE * pointer. That is the serial core which uses it to check tty_hung_up_p. However if that is true then IO_ERROR is also already set so the check may be removed. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed