V4L/DVB (6119): ivtvfb: renamed ivtv-fb to ivtvfb, move header to include/linux
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 26 Aug 2007 09:04:10 +0000 (06:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:07:23 +0000 (22:07 -0300)
commit0f45b8c57e40cca1778b0b75daab65ca139e5bb9
tree42bb3d0a7253e08347f88ac7cd4b0e34f823c779
parent66cfaeff95d20d1377b4fa3d2c6aa7c29d832941
V4L/DVB (6119): ivtvfb: renamed ivtv-fb to ivtvfb, move header to include/linux

The convention for framebuffer devices is to call them xxxfb, not xxx-fb.
Conform to this. Also move the ivtvfb.h header to include/linux: it is a
public header. The FBIO_WAITFORVSYNC ioctl is now also defined in the
ivtvfb.h header, no more need to include matroxfb.h for just this ioctl.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/Kconfig
drivers/media/video/ivtv/Makefile
drivers/media/video/ivtv/ivtvfb.c [moved from drivers/media/video/ivtv/ivtv-fb.c with 99% similarity]
include/linux/ivtvfb.h [moved from include/media/ivtv-fb.h with 74% similarity]