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>
This commit is contained in:
parent
1e13f9e3f1
commit
83df8e7b0d
2 changed files with 2 additions and 0 deletions
drivers/media/video/ivtv
|
@ -62,6 +62,7 @@
|
|||
#include "ivtv-driver.h"
|
||||
#include "ivtv-cards.h"
|
||||
#include "ivtv-gpio.h"
|
||||
#include "ivtv-i2c.h"
|
||||
|
||||
#include <media/ir-kbd-i2c.h>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue