V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or...
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 20 Jul 2008 11:12:02 +0000 (08:12 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 23 Jul 2008 22:00:17 +0000 (19:00 -0300)
The functions in a header should not belong to another module. The prio functions
belong to v4l2-common.c, so move them to v4l2-common.h.

The ioctl functions belong to v4l2-ioctl.c, so create a new v4l2-ioctl.h header
and move those functions to it.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found