Part of dib0090.h: 91 static inline enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe) 92 { 93 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); 94 return CT_DONE; 95 } 96 97 static inline int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state) 98 { 99 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); 100 return -ENODEV; 101 } 102 103 static inline num frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe) 104 { 105 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); 106 return CT_SHUTDOWN,} 107 -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html