4 #if IS_REACHABLE(CONFIG_DVB_STV6111)
6 struct dvb_frontend
*stv6111_attach(struct dvb_frontend
*fe
,
7 struct i2c_adapter
*i2c
, u8 adr
);
11 static inline struct dvb_frontend
*stv6111_attach(struct dvb_frontend
*fe
,
12 struct i2c_adapter
*i2c
,
15 pr_warn("%s: Driver disabled by Kconfig\n", __func__
);
19 #endif /* CONFIG_DVB_STV6111 */
21 #endif /* _STV6111_H_ */