diff options
Diffstat (limited to 'drivers/media/dvb/frontends/mt2060.h')
-rw-r--r-- | drivers/media/dvb/frontends/mt2060.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/mt2060.h b/drivers/media/dvb/frontends/mt2060.h index 0a86eab3a954..acba0058f519 100644 --- a/drivers/media/dvb/frontends/mt2060.h +++ b/drivers/media/dvb/frontends/mt2060.h | |||
@@ -35,7 +35,7 @@ extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_a | |||
35 | #else | 35 | #else |
36 | static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) | 36 | static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1) |
37 | { | 37 | { |
38 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 38 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
39 | return NULL; | 39 | return NULL; |
40 | } | 40 | } |
41 | #endif // CONFIG_DVB_TUNER_MT2060 | 41 | #endif // CONFIG_DVB_TUNER_MT2060 |