diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2008-07-15 21:36:46 +0200 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2008-07-15 21:36:46 +0200 |
commit | 76e1d85ca0a94057b7d07c89eee0b4aab2d9689b (patch) | |
tree | e75b3f788ba5bff3d9c72d4703d34e21372577b6 /linux/drivers/media | |
parent | 9421ca72b55ed6cea1e47552070207878fd925c5 (diff) | |
download | mediapointer-dvb-s2-76e1d85ca0a94057b7d07c89eee0b4aab2d9689b.tar.gz mediapointer-dvb-s2-76e1d85ca0a94057b7d07c89eee0b4aab2d9689b.tar.bz2 |
tda10023: Fix typo in tda10023_attach dummy routine
From: Oliver Endriss <o.endriss@gmx.de>
Fix compiler warning caused by a typo in the tda10023_attach dummy routine.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers/media')
-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__); |