diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-10-22 08:56:24 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2008-10-22 08:56:24 +0200 |
commit | 3694393e19784ce8396c6ba5d88aff33f46db319 (patch) | |
tree | 9138382fe43cfb711764f9cddbef8ed0c89ae129 /linux/drivers/media/common/tuners/xc5000.h | |
parent | 2e489f8981067cb48570cf1f5e4e64495afa4985 (diff) | |
parent | 8d0c999d88452b611d2518ad02eae9dbd95e8ce9 (diff) | |
download | mediapointer-dvb-s2-3694393e19784ce8396c6ba5d88aff33f46db319.tar.gz mediapointer-dvb-s2-3694393e19784ce8396c6ba5d88aff33f46db319.tar.bz2 |
merge: v4l-dvb
Diffstat (limited to 'linux/drivers/media/common/tuners/xc5000.h')
-rw-r--r-- | linux/drivers/media/common/tuners/xc5000.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/common/tuners/xc5000.h b/linux/drivers/media/common/tuners/xc5000.h index cf1a558e0..f4c146698 100644 --- a/linux/drivers/media/common/tuners/xc5000.h +++ b/linux/drivers/media/common/tuners/xc5000.h @@ -45,17 +45,17 @@ struct xc5000_config { #if defined(CONFIG_MEDIA_TUNER_XC5000) || \ (defined(CONFIG_MEDIA_TUNER_XC5000_MODULE) && defined(MODULE)) -extern struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe, +extern struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct xc5000_config *cfg); #else -static inline struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe, +static inline struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct xc5000_config *cfg) { printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); return NULL; } -#endif // CONFIG_MEDIA_TUNER_XC5000 +#endif -#endif // __XC5000_H__ +#endif |