staging: dgnc: fixes ioctl param list
authorLidza Louina <lidza.louina@gmail.com>
Tue, 13 Aug 2013 19:49:57 +0000 (15:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 21:06:42 +0000 (14:06 -0700)
commita31cefa2648205a972b65c4b8d520823ae4be1b6
tree74488dd55891c0f1050f4b474bf82ed62ac7a619
parent9b03ffaf7fb99316a2c21302e9dc1e4fef18a420
staging: dgnc: 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.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c