diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-10 10:54:58 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 20:44:25 +0200 |
commit | 83df8e7b0d7b319f9ce9773eaf4b1da324ae17d7 (patch) | |
tree | dcca3ef931237709a9b9212edc6c42ea3bbff819 /drivers/media/video/ivtv/ivtv-yuv.c | |
parent | V4L/DVB (5404): Merges VBI & YUV handling into a single work queue. (diff) | |
download | linux-83df8e7b0d7b319f9ce9773eaf4b1da324ae17d7.tar.xz linux-83df8e7b0d7b319f9ce9773eaf4b1da324ae17d7.zip |
V4L/DVB (5405): Add missing includes.
Every file should include the headers containing the prototypes
for its global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-yuv.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-yuv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-yuv.c b/drivers/media/video/ivtv/ivtv-yuv.c index c962303e891c..286a0d7e7208 100644 --- a/drivers/media/video/ivtv/ivtv-yuv.c +++ b/drivers/media/video/ivtv/ivtv-yuv.c @@ -22,6 +22,7 @@ #include "ivtv-queue.h" #include "ivtv-udma.h" #include "ivtv-irq.h" +#include "ivtv-yuv.h" static int ivtv_yuv_prep_user_dma(struct ivtv *itv, struct ivtv_user_dma *dma, struct ivtv_dma_frame *args) |