diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-10 04:54:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:25 -0400 |
commit | 83df8e7b0d7b319f9ce9773eaf4b1da324ae17d7 (patch) | |
tree | dcca3ef931237709a9b9212edc6c42ea3bbff819 /drivers/media/video/ivtv/ivtv-yuv.c | |
parent | 1e13f9e3f1501cc167e40a2adf07e6e4705cb331 (diff) |
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 c962303e891..286a0d7e720 100644 --- a/drivers/media/video/ivtv/ivtv-yuv.c +++ b/drivers/media/video/ivtv/ivtv-yuv.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include "ivtv-queue.h" | 22 | #include "ivtv-queue.h" |
23 | #include "ivtv-udma.h" | 23 | #include "ivtv-udma.h" |
24 | #include "ivtv-irq.h" | 24 | #include "ivtv-irq.h" |
25 | #include "ivtv-yuv.h" | ||
25 | 26 | ||
26 | static int ivtv_yuv_prep_user_dma(struct ivtv *itv, struct ivtv_user_dma *dma, | 27 | static int ivtv_yuv_prep_user_dma(struct ivtv *itv, struct ivtv_user_dma *dma, |
27 | struct ivtv_dma_frame *args) | 28 | struct ivtv_dma_frame *args) |