summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-driver.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-10-21 20:22:25 +0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 22:01:08 +0100
commit16f291684c50497cc92e83f01d354fae187d1f18 (patch)
treebe7afdfd2b57816894e2e05cac042d955a9b73c8 /drivers/media/video/tuner-driver.h
parentV4L/DVB (6437): tuner: clear analog_demod_ops on release (diff)
downloadlinux-16f291684c50497cc92e83f01d354fae187d1f18.tar.xz
linux-16f291684c50497cc92e83f01d354fae187d1f18.zip
V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontend
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/tuner-driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h
index f2a9c29f1f09..fffacb378fd0 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -57,7 +57,6 @@ struct tuner {
v4l2_std_id std;
int using_v4l2;
- void *priv;
struct dvb_frontend fe;