1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 #include <media/dvb_frontend.h>
11 /* ------------------------------------------------------------------------ */
12 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_TDA9887)
13 extern struct dvb_frontend
*tda9887_attach(struct dvb_frontend
*fe
,
14 struct i2c_adapter
*i2c_adap
,
17 static inline struct dvb_frontend
*tda9887_attach(struct dvb_frontend
*fe
,
18 struct i2c_adapter
*i2c_adap
,
21 printk(KERN_WARNING
"%s: driver disabled by Kconfig\n", __func__
);
26 #endif /* __TDA9887_H__ */