diff options
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/tuner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 8d5de0ea0..335e9bb34 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,4 +1,4 @@ -/* $Id: tuner.h,v 1.59 2005/10/18 23:51:21 nsh Exp $ +/* $Id: tuner.h,v 1.60 2005/11/02 21:43:50 hhackmann Exp $ * tuner.h - definition for different tuners @@ -212,10 +212,10 @@ extern unsigned const int tuner_count; extern int microtune_init(struct i2c_client *c); extern int tda8290_init(struct i2c_client *c); +extern int tda8290_probe(struct i2c_client *c); extern int tea5767_tuner_init(struct i2c_client *c); extern int default_tuner_init(struct i2c_client *c); extern int tea5767_autodetection(struct i2c_client *c); -extern int tda8290_probe(struct i2c_client *c); #define tuner_warn(fmt, arg...) do {\ printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \ |