diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/dvb-core/dvb_frontend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h index 1c575402814d..3055301ff3ca 100644 --- a/drivers/media/dvb/dvb-core/dvb_frontend.h +++ b/drivers/media/dvb/dvb-core/dvb_frontend.h | |||
@@ -220,6 +220,8 @@ struct dvb_frontend { | |||
220 | void *sec_priv; | 220 | void *sec_priv; |
221 | void *analog_demod_priv; | 221 | void *analog_demod_priv; |
222 | struct dtv_frontend_properties dtv_property_cache; | 222 | struct dtv_frontend_properties dtv_property_cache; |
223 | #define DVB_FRONTEND_COMPONENT_TUNER 0 | ||
224 | int (*callback)(void *adapter_priv, int component, int cmd, int arg); | ||
223 | }; | 225 | }; |
224 | 226 | ||
225 | extern int dvb_register_frontend(struct dvb_adapter *dvb, | 227 | extern int dvb_register_frontend(struct dvb_adapter *dvb, |