diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-09-12 12:31:45 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-09-12 12:31:45 -0400 |
commit | 9385e4874ef72f62d77800fe2eb47429d0854125 (patch) | |
tree | 6dacbc24d8405cd9833a397f3694cf623b6c5ffc /linux/drivers/media/common/tuners/tda827x.h | |
parent | 458d337d90095b5d546c442e37de79db65fc9dfd (diff) | |
download | mediapointer-dvb-s2-9385e4874ef72f62d77800fe2eb47429d0854125.tar.gz mediapointer-dvb-s2-9385e4874ef72f62d77800fe2eb47429d0854125.tar.bz2 |
convert tuner drivers to use dvb_frontend->callback
From: Michael Krufky <mkrufky@linuxtv.org>
Priority: normal
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/common/tuners/tda827x.h')
-rw-r--r-- | linux/drivers/media/common/tuners/tda827x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/tda827x.h b/linux/drivers/media/common/tuners/tda827x.h index 7850a9a1d..7d72ce0a0 100644 --- a/linux/drivers/media/common/tuners/tda827x.h +++ b/linux/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); }; |