From: Lidza Louina Date: Thu, 22 Aug 2013 01:48:38 +0000 (-0400) Subject: staging: dgap: tty.c: fixes ioctl param list X-Git-Tag: v3.12-rc1~183^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acccb45473935fbe33742ee2c2f7d55dbaec4dda;p=pandora-kernel.git staging: dgap: tty.c: fixes ioctl param list The declaration for the ioctl function has changed. The previous version of this declaration took struct file *file as a parameter and the new one does not. This patch removes that parameter. It also removes cases for the commands TIOCGETP TCGETS and TCGETA. Signed-off-by: Lidza Louina Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed