diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-05-09 03:39:24 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:40:22 +0100 |
commit | 5bdd39621eb139630683b52c8e71202a2cc08291 (patch) | |
tree | 587581c2ce20425328afd248958b0adbe7b146eb /drivers/media/video/cx23885/cx23885.h | |
parent | V4L/DVB (13103): create a standard method for dvb adapter drivers to override... (diff) | |
download | linux-5bdd39621eb139630683b52c8e71202a2cc08291.tar.xz linux-5bdd39621eb139630683b52c8e71202a2cc08291.zip |
V4L/DVB (13104): cx23885: define a dvb frontend ioctl override function
override set_frontend to allow rf input path switching on the HVR1275
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index 1e0e93548061..d2fbc6807ce9 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h @@ -297,10 +297,6 @@ struct cx23885_tsport { /* Allow a single tsport to have multiple frontends */ u32 num_frontends; void *port_priv; - - /* FIXME: temporary hack */ - int (*set_frontend_save) (struct dvb_frontend *, - struct dvb_frontend_parameters *); }; struct cx23885_dev { |