summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/tda827x.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-09-12 18:31:45 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 13:37:09 +0200
commitd7cba043d7ec840d67bd5143779d1febe7d83407 (patch)
tree4fb46684538e0ad7d3229f592182ed6121049d69 /drivers/media/common/tuners/tda827x.h
parentV4L/DVB (9048): add a general-purpose callback pointer to struct dvb_frontend (diff)
downloadlinux-d7cba043d7ec840d67bd5143779d1febe7d83407.tar.xz
linux-d7cba043d7ec840d67bd5143779d1febe7d83407.zip
V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callback
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda827x.h')
-rw-r--r--drivers/media/common/tuners/tda827x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda827x.h b/drivers/media/common/tuners/tda827x.h
index 7850a9a1dc8f..7d72ce0a0c2d 100644
--- a/drivers/media/common/tuners/tda827x.h
+++ b/drivers/media/common/tuners/tda827x.h
@@ -36,7 +36,6 @@ struct tda827x_config
/* interface to tda829x driver */
unsigned int config;
int switch_addr;
- int (*tuner_callback) (void *dev, int command, int arg);
void (*agcf)(struct dvb_frontend *fe);
};