提交 01434faf 编写于 作者: M Mauro Carvalho Chehab

tda18271c2dd: Fix compilation when module is not selected

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 ea4d03d1
......@@ -6,7 +6,7 @@ struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr);
#else
static inline struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr) {
struct i2c_adapter *i2c, u8 adr)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
return NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册