summaryrefslogtreecommitdiffstats
path: root/include/linux/ivtv.h
Commit message (Collapse)AuthorAgeFilesLines
* V4L/DVB (8959): include <linux/videodev2.h> into linux/ivtv.hKirill A. Shutemov2008-10-121-0/+1
| | | | | | | | linux/videodev2.h defines enum v4l2_buf_type and struct v4l2_rect Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* Fix header export of videodev2.h, ivtv.h, ivtvfb.hDavid Woodhouse2008-08-161-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | The exported copy of videodev2.h contains this line: #define #include <sys/time.h> This is because for some reason it defines __user for itself -- despite the fact that we remove all instances of __user when exporting headers. _All_ pointers in userspace are user pointers. Fix it by removing the unnecessary '#define __user' from the file. The new headers ivtv.h and ivtvfb.h would have the same problem... if whoever put them there had actually remembered to add them to the Kbuild file while he was at it. Fix those too, and export them as was presumably intended. Note that includes of <linux/compiler.h> are also stripped by the header export process, so those don't need to be conditional. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* V4L/DVB (6123): ivtv: move ivtv.h public header to include/linuxHans Verkuil2007-10-091-0/+72
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
OpenPOWER on IntegriCloud