From: Hans Verkuil Date: Sun, 28 Mar 2010 12:22:53 +0000 (-0300) Subject: V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core X-Git-Tag: v2.6.35-rc1~480^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37111039c9521c751ce0597c129fe6d45ba72818;p=pandora-kernel.git V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core The video_copy_to_user and copy_stream ops are almost identical for all videobuf memtype variants. All that is needed is to use the new vaddr op and these functions can be moved into the core, ensuring we have just one single implementation instead of three. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed