aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
Diffstat (limited to 'include/media')
-rw-r--r--include/media/tuner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index 8058be63ad0e..5196d9eac442 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -214,6 +214,7 @@ extern int tda8290_init(struct i2c_client *c);
214extern int tea5767_tuner_init(struct i2c_client *c); 214extern int tea5767_tuner_init(struct i2c_client *c);
215extern int default_tuner_init(struct i2c_client *c); 215extern int default_tuner_init(struct i2c_client *c);
216extern int tea5767_autodetection(struct i2c_client *c); 216extern int tea5767_autodetection(struct i2c_client *c);
217extern int tda8290_probe(struct i2c_client *c);
217 218
218#define tuner_warn(fmt, arg...) do {\ 219#define tuner_warn(fmt, arg...) do {\
219 printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \ 220 printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \