diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-11-03 21:14:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:56 -0500 |
commit | f1f32849d65ab1eacfedbabb624876ac06c1af9f (patch) | |
tree | 4470002d7a402c33236de694a94a05f33042ade2 /drivers/media/video/tda8290.h | |
parent | 9b15c0251ba9d20dd88a69b2c607a2f2e5f0133a (diff) |
V4L/DVB (6543): tda8290: enable probing of tda8295
Prevent the tda8295 from falsely being detected as a tda9887
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tda8290.h')
-rw-r--r-- | drivers/media/video/tda8290.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tda8290.h b/drivers/media/video/tda8290.h index 81517370b8d6..3a1f04520615 100644 --- a/drivers/media/video/tda8290.h +++ b/drivers/media/video/tda8290.h | |||
@@ -21,11 +21,11 @@ | |||
21 | #include "tuner-driver.h" | 21 | #include "tuner-driver.h" |
22 | 22 | ||
23 | #if defined(CONFIG_TUNER_TDA8290) || (defined(CONFIG_TUNER_TDA8290_MODULE) && defined(MODULE)) | 23 | #if defined(CONFIG_TUNER_TDA8290) || (defined(CONFIG_TUNER_TDA8290_MODULE) && defined(MODULE)) |
24 | extern int tda8290_probe(struct tuner *t); | 24 | extern int tda829x_probe(struct tuner *t); |
25 | 25 | ||
26 | extern int tda829x_attach(struct tuner *t); | 26 | extern int tda829x_attach(struct tuner *t); |
27 | #else | 27 | #else |
28 | static inline int tda8290_probe(struct tuner *t) | 28 | static inline int tda829x_probe(struct tuner *t) |
29 | { | 29 | { |
30 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 30 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); |
31 | return -EINVAL; | 31 | return -EINVAL; |