OSDN Git Service

staging: dgap: tty.c: fixes ioctl param list
authorLidza Louina <lidza.louina@gmail.com>
Thu, 22 Aug 2013 01:48:38 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:12:43 +0000 (10:12 -0700)
commitacccb45473935fbe33742ee2c2f7d55dbaec4dda
tree8f1de727b84243b27bd78df19b52f022b1fc7bf0
parentfd2ada8db84435ddfd7374d3a0935bb927c11954
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 <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap_tty.c