diff options
Diffstat (limited to 'drivers/media/dvb/firewire/firedtv.h')
-rw-r--r-- | drivers/media/dvb/firewire/firedtv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/firewire/firedtv.h b/drivers/media/dvb/firewire/firedtv.h index bd00b04e079d..4fdcd8cb7530 100644 --- a/drivers/media/dvb/firewire/firedtv.h +++ b/drivers/media/dvb/firewire/firedtv.h | |||
@@ -112,8 +112,8 @@ struct firedtv { | |||
112 | /* firedtv-avc.c */ | 112 | /* firedtv-avc.c */ |
113 | int avc_recv(struct firedtv *fdtv, void *data, size_t length); | 113 | int avc_recv(struct firedtv *fdtv, void *data, size_t length); |
114 | int avc_tuner_status(struct firedtv *fdtv, struct firedtv_tuner_status *stat); | 114 | int avc_tuner_status(struct firedtv *fdtv, struct firedtv_tuner_status *stat); |
115 | struct dvb_frontend_parameters; | 115 | struct dtv_frontend_properties; |
116 | int avc_tuner_dsd(struct firedtv *fdtv, struct dvb_frontend_parameters *params); | 116 | int avc_tuner_dsd(struct firedtv *fdtv, struct dtv_frontend_properties *params); |
117 | int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]); | 117 | int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]); |
118 | int avc_tuner_get_ts(struct firedtv *fdtv); | 118 | int avc_tuner_get_ts(struct firedtv *fdtv); |
119 | int avc_identify_subunit(struct firedtv *fdtv); | 119 | int avc_identify_subunit(struct firedtv *fdtv); |