From: Mauro Carvalho Chehab Date: Tue, 21 Oct 2008 14:58:39 +0000 (-0300) Subject: V4L/DVB (9331): Remove unused inode parameter from video_ioctl2 X-Git-Tag: v2.6.28-rc1~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a522c916d3c3b29a38bd3c8fc3df826d22a9444;p=pandora-kernel.git V4L/DVB (9331): Remove unused inode parameter from video_ioctl2 inode is never used on video_ioctl2. Remove it and rename the function to __video_ioctl2. This allows its usage directly as a callback at fops.unlocked_ioctl. Since we still need a callback with inode to be used with fops.ioctl, this patch adds video_ioctl2() that is just a call to __video_ioctl2(). Also, this patch adds some comments about video_ioctl2 and __video_ioctl2 usage at v4l2-ioctl.h. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed