From: Lidza Louina Date: Tue, 13 Aug 2013 19:49:57 +0000 (-0400) Subject: staging: dgnc: fixes ioctl param list X-Git-Tag: v3.12-rc1~183^2~276 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31cefa2648205a972b65c4b8d520823ae4be1b6;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed