1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 #include <media/dvb_frontend.h>
11 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_MT20XX)
12 extern struct dvb_frontend
*microtune_attach(struct dvb_frontend
*fe
,
13 struct i2c_adapter
* i2c_adap
,
16 static inline struct dvb_frontend
*microtune_attach(struct dvb_frontend
*fe
,
17 struct i2c_adapter
* i2c_adap
,
20 printk(KERN_WARNING
"%s: driver disabled by Kconfig\n", __func__
);
25 #endif /* __MT20XX_H__ */