V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Oct 2008 14:27:20 +0000 (11:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Oct 2008 16:31:45 +0000 (14:31 -0200)
The inode parameter at v4l_compat_translate_ioctl() were just passed over several
places just to keep compatible with fops.ioctl. However, it weren't used anywere.

This patch gets hid of this unused parameter.

Cc: Laurent Pinchart <laurent.pinchart@skynet.be>
Cc: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found