diff options
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; |