summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/mt20xx.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-19 21:31:17 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 17:42:59 +0200
commit7f6adeaf2d8800b66c5dd6c2cf2622dfdd68bd31 (patch)
tree23dc1f8ee0fef9132ee310cb8f30f5228b641988 /drivers/media/common/tuners/mt20xx.c
parentV4L/DVB (10729): zoran: convert to v4l2_device/v4l2_subdev. (diff)
downloadlinux-7f6adeaf2d8800b66c5dd6c2cf2622dfdd68bd31.tar.xz
linux-7f6adeaf2d8800b66c5dd6c2cf2622dfdd68bd31.zip
V4L/DVB (10730): v4l-dvb: cleanup obsolete references to v4l1 headers.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> [mchehab@redhat.com: fix compilation of tea575x-tuner.c] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/mt20xx.c')
-rw-r--r--drivers/media/common/tuners/mt20xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mt20xx.c b/drivers/media/common/tuners/mt20xx.c
index 35b763a16d53..44608ad4e2d2 100644
--- a/drivers/media/common/tuners/mt20xx.c
+++ b/drivers/media/common/tuners/mt20xx.c
@@ -6,7 +6,7 @@
*/
#include <linux/delay.h>
#include <linux/i2c.h>
-#include <linux/videodev.h>
+#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "mt20xx.h"