diff options
-rw-r--r-- | drivers/media/dvb/frontends/lgh06xf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/lgh06xf.h b/drivers/media/dvb/frontends/lgh06xf.h index 41c41fc59be1..510b4bedfb24 100644 --- a/drivers/media/dvb/frontends/lgh06xf.h +++ b/drivers/media/dvb/frontends/lgh06xf.h | |||
@@ -25,7 +25,7 @@ extern struct dvb_frontend* lgh06xf_attach(struct dvb_frontend* fe, | |||
25 | struct i2c_adapter *i2c); | 25 | struct i2c_adapter *i2c); |
26 | #else | 26 | #else |
27 | static inline struct dvb_frontend* lgh06xf_attach(struct dvb_frontend* fe, | 27 | static inline struct dvb_frontend* lgh06xf_attach(struct dvb_frontend* fe, |
28 | struct i2c_adapter *i2c); | 28 | struct i2c_adapter *i2c) |
29 | { | 29 | { |
30 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 30 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); |
31 | return NULL; | 31 | return NULL; |