diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-12 11:24:27 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-12 11:24:27 +0100 |
commit | 642ec2fcf584082d50b5d0dbb33d4928b91ceecf (patch) | |
tree | 288e4386ed508e69a5cdd3246c612df8050141bf /linux/drivers/media/video/upd64031a.c | |
parent | c424f58d29477561dc576d5fd50d5f000f778f52 (diff) | |
download | mediapointer-dvb-s2-642ec2fcf584082d50b5d0dbb33d4928b91ceecf.tar.gz mediapointer-dvb-s2-642ec2fcf584082d50b5d0dbb33d4928b91ceecf.tar.bz2 |
ivtv: really remove i2c legacy support from drivers that no longer need it
From: Hans Verkuil <hverkuil@xs4all.nl>
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>
Diffstat (limited to 'linux/drivers/media/video/upd64031a.c')
-rw-r--r-- | linux/drivers/media/video/upd64031a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/upd64031a.c b/linux/drivers/media/video/upd64031a.c index 98bebcab3..33d0a1d00 100644 --- a/linux/drivers/media/video/upd64031a.c +++ b/linux/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> #include "compat.h" |