Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tda18271c2dd: Fix compilation when module is not selected

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

+1 -1
+1 -1
drivers/media/dvb/frontends/tda18271c2dd.h
··· 6 6 struct i2c_adapter *i2c, u8 adr); 7 7 #else 8 8 static inline struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe, 9 - struct i2c_adapter *i2c, u8 adr) { 9 + struct i2c_adapter *i2c, u8 adr) 10 10 { 11 11 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); 12 12 return NULL;