diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-07-17 07:41:50 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2008-07-17 07:41:50 +0200 |
commit | f4b6f27da34d8971eb4b59324c15e94bd062ed21 (patch) | |
tree | 980fd0be0d0ac3c0606b8b0d6d61b9404bdb67dc /linux/drivers/media/dvb/frontends | |
parent | 2c89d265e6b6dc34bdb2c616731e33e9591088f5 (diff) | |
parent | 610e9fdc6f1ffa937eb4e499f202ea75deb1ff03 (diff) | |
download | mediapointer-dvb-s2-f4b6f27da34d8971eb4b59324c15e94bd062ed21.tar.gz mediapointer-dvb-s2-f4b6f27da34d8971eb4b59324c15e94bd062ed21.tar.bz2 |
merge: v4l-dvb
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1002x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1002x.h b/linux/drivers/media/dvb/frontends/tda1002x.h index afc0a32ea..04d19418b 100644 --- a/linux/drivers/media/dvb/frontends/tda1002x.h +++ b/linux/drivers/media/dvb/frontends/tda1002x.h @@ -76,7 +76,7 @@ extern struct dvb_frontend *tda10023_attach( struct i2c_adapter *i2c, u8 pwm); #else static inline struct dvb_frontend *tda10023_attach( - const struct tda1002x_config *config, + const struct tda10023_config *config, struct i2c_adapter *i2c, u8 pwm) { printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |