diff options
-rw-r--r-- | drivers/media/dvb/dvb-core/dvb_frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h index 0a080c3d0078..d63a8215fe03 100644 --- a/drivers/media/dvb/dvb-core/dvb_frontend.h +++ b/drivers/media/dvb/dvb-core/dvb_frontend.h | |||
@@ -384,6 +384,7 @@ struct dvb_frontend { | |||
384 | void *analog_demod_priv; | 384 | void *analog_demod_priv; |
385 | struct dtv_frontend_properties dtv_property_cache; | 385 | struct dtv_frontend_properties dtv_property_cache; |
386 | #define DVB_FRONTEND_COMPONENT_TUNER 0 | 386 | #define DVB_FRONTEND_COMPONENT_TUNER 0 |
387 | #define DVB_FRONTEND_COMPONENT_DEMOD 1 | ||
387 | int (*callback)(void *adapter_priv, int component, int cmd, int arg); | 388 | int (*callback)(void *adapter_priv, int component, int cmd, int arg); |
388 | int id; | 389 | int id; |
389 | }; | 390 | }; |