diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-12 05:24:27 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:05 -0500 |
commit | f69d419a0bdf4cd2551200b6777a226fea527d1a (patch) | |
tree | 28eb6250a6237426d463f32306792b7a32a34acb /drivers/media/video/saa7127.c | |
parent | ea48c13ad0e5626b827bd7076c22df1a352e3983 (diff) |
V4L/DVB (6862): ivtv: really remove i2c legacy support from drivers that no longer need it
For some reason the include header wasn't changed from v4l2-i2c-drv-legacy.h
to v4l2-i2c-drv.h in the previous patch. This is now corrected.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7127.c')
-rw-r--r-- | drivers/media/video/saa7127.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index a5fbfe025333..b146eedfc7a6 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c | |||
@@ -55,7 +55,7 @@ | |||
55 | #include <linux/videodev2.h> | 55 | #include <linux/videodev2.h> |
56 | #include <media/v4l2-common.h> | 56 | #include <media/v4l2-common.h> |
57 | #include <media/v4l2-chip-ident.h> | 57 | #include <media/v4l2-chip-ident.h> |
58 | #include <media/v4l2-i2c-drv-legacy.h> | 58 | #include <media/v4l2-i2c-drv.h> |
59 | #include <media/saa7127.h> | 59 | #include <media/saa7127.h> |
60 | 60 | ||
61 | static int debug = 0; | 61 | static int debug = 0; |