From: Hans Verkuil Date: Sun, 20 Jul 2008 11:43:17 +0000 (-0300) Subject: V4L/DVB (8427): videodev: split off the ioctl handling into v4l2-ioctl.c X-Git-Tag: v2.6.27-rc1~31^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a5e6d3fcce73ceeee8f3bdc9a30c4564233800;p=pandora-kernel.git V4L/DVB (8427): videodev: split off the ioctl handling into v4l2-ioctl.c videodev.c became top-heavy so all the ioctl processing has been split off into v4l2-ioctl.c. This means videodev.c is back to its original purpose: creating and registering v4l devices. Since videodev.c and v4l2-ioctl.c should still remain one module (as least for now) I also had to rename videodev.c to v4l2-dev.c to prevent a circular dependency when building a videodev.ko module. This is not a bad thing, since the source and header now have the same name. And the v4l2- prefix is useful to see which sources are generic v4l2 support code. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed