diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-04 14:18:02 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-04 14:18:02 -0200 |
commit | 1dbbdee4213114f49f8fe0d92a6daeba5c6f639f (patch) | |
tree | 9dd17b2bd0bc0913493cc7764d7a4d1d4a411bd9 /linux/drivers/media/video/tda8290.h | |
parent | 0d047cc5c24e86c3087e7c2300d048f48a11988a (diff) | |
parent | 971898bb2fef994eccedc53e385ec8fec1b01244 (diff) | |
download | mediapointer-dvb-s2-1dbbdee4213114f49f8fe0d92a6daeba5c6f639f.tar.gz mediapointer-dvb-s2-1dbbdee4213114f49f8fe0d92a6daeba5c6f639f.tar.bz2 |
merge: http://linuxtv.org/hg/~mcisely/pvrusb2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/tda8290.h')
-rw-r--r-- | linux/drivers/media/video/tda8290.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tda8290.h b/linux/drivers/media/video/tda8290.h index 81517370b..3a1f04520 100644 --- a/linux/drivers/media/video/tda8290.h +++ b/linux/drivers/media/video/tda8290.h @@ -21,11 +21,11 @@ #include "tuner-driver.h" #if defined(CONFIG_TUNER_TDA8290) || (defined(CONFIG_TUNER_TDA8290_MODULE) && defined(MODULE)) -extern int tda8290_probe(struct tuner *t); +extern int tda829x_probe(struct tuner *t); extern int tda829x_attach(struct tuner *t); #else -static inline int tda8290_probe(struct tuner *t) +static inline int tda829x_probe(struct tuner *t) { printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); return -EINVAL; |