From: Hans Verkuil Date: Tue, 30 Dec 2008 09:58:20 +0000 (-0300) Subject: V4L/DVB (10135): v4l2: introduce v4l2_file_operations. X-Git-Tag: v2.6.29-rc1~523^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec43661b1dc0075b7445223ba775674133b164d;p=pandora-kernel.git V4L/DVB (10135): v4l2: introduce v4l2_file_operations. Introduce a struct v4l2_file_operations for v4l2 drivers. Remove the unnecessary inode argument. Move compat32 handling (and llseek) into the v4l2-dev core: this is now handled in the v4l2 core and no longer in the drivers themselves. Note that this changeset reverts an earlier patch that changed the return type of__video_ioctl2 from int to long. This change will be reinstated later in a much improved version. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed