4 #include <linux/types.h>
15 #if IS_REACHABLE(CONFIG_DVB_STV0910)
17 struct dvb_frontend
*stv0910_attach(struct i2c_adapter
*i2c
,
18 struct stv0910_cfg
*cfg
, int nr
);
22 static inline struct dvb_frontend
*stv0910_attach(struct i2c_adapter
*i2c
,
23 struct stv0910_cfg
*cfg
,
26 pr_warn("%s: driver disabled by Kconfig\n", __func__
);
30 #endif /* CONFIG_DVB_STV0910 */
32 #endif /* _STV0910_H_ */