diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271.h b/drivers/media/dvb/frontends/tda18271.h index d8400337263b..b98a9331c590 100644 --- a/drivers/media/dvb/frontends/tda18271.h +++ b/drivers/media/dvb/frontends/tda18271.h | |||
@@ -38,7 +38,7 @@ extern struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, | |||
38 | static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, | 38 | static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, |
39 | u8 addr, | 39 | u8 addr, |
40 | struct i2c_adapter *i2c, | 40 | struct i2c_adapter *i2c, |
41 | enum tda18271_i2c_gate gate); | 41 | enum tda18271_i2c_gate gate) |
42 | { | 42 | { |
43 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 43 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); |
44 | return NULL; | 44 | return NULL; |