aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/frontends/tda1002x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda1002x.h b/drivers/media/dvb/frontends/tda1002x.h
index afc0a32eaabd..04d19418bf20 100644
--- a/drivers/media/dvb/frontends/tda1002x.h
+++ b/drivers/media/dvb/frontends/tda1002x.h
@@ -76,7 +76,7 @@ extern struct dvb_frontend *tda10023_attach(
76 struct i2c_adapter *i2c, u8 pwm); 76 struct i2c_adapter *i2c, u8 pwm);
77#else 77#else
78static inline struct dvb_frontend *tda10023_attach( 78static inline struct dvb_frontend *tda10023_attach(
79 const struct tda1002x_config *config, 79 const struct tda10023_config *config,
80 struct i2c_adapter *i2c, u8 pwm) 80 struct i2c_adapter *i2c, u8 pwm)
81{ 81{
82 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); 82 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);