diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-10 06:54:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 15:44:25 -0300 |
commit | 83df8e7b0d7b319f9ce9773eaf4b1da324ae17d7 (patch) | |
tree | dcca3ef931237709a9b9212edc6c42ea3bbff819 /drivers/media/video/ivtv/ivtv-i2c.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-i2c.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.c b/drivers/media/video/ivtv/ivtv-i2c.c index 82ff66585e00..50624c6a62a5 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.c +++ b/drivers/media/video/ivtv/ivtv-i2c.c @@ -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> |