diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-12 10:24:27 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 21:04:05 (GMT) |
commit | f69d419a0bdf4cd2551200b6777a226fea527d1a (patch) | |
tree | 28eb6250a6237426d463f32306792b7a32a34acb /drivers/media/video/upd64031a.c | |
parent | ea48c13ad0e5626b827bd7076c22df1a352e3983 (diff) | |
download | linux-f69d419a0bdf4cd2551200b6777a226fea527d1a.tar.xz |
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/upd64031a.c')
-rw-r--r-- | drivers/media/video/upd64031a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/upd64031a.c b/drivers/media/video/upd64031a.c index 1b162f2..bc8db99 100644 --- a/drivers/media/video/upd64031a.c +++ b/drivers/media/video/upd64031a.c @@ -28,7 +28,7 @@ #include <linux/videodev2.h> #include <media/v4l2-common.h> #include <media/v4l2-chip-ident.h> -#include <media/v4l2-i2c-drv-legacy.h> +#include <media/v4l2-i2c-drv.h> #include <media/upd64031a.h> // --------------------- read registers functions define ----------------------- |