diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2005-11-08 21:38:00 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 07:56:23 -0800 |
commit | 01cb9633e1b294c604c2dfa01dcac95daf775213 (patch) | |
tree | aa4a0310a57b12b0749d1dd6fba327b8f5228709 /include/media/tuner.h | |
parent | 95736034df751631657140aebe677e67d7522867 (diff) | |
download | op-kernel-dev-01cb9633e1b294c604c2dfa01dcac95daf775213.zip op-kernel-dev-01cb9633e1b294c604c2dfa01dcac95daf775213.tar.gz |
[PATCH] v4l: 826: unify whitespaces
- Unify whitespaces.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r-- | include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index 8058be6..5196d9e 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h @@ -214,6 +214,7 @@ extern int tda8290_init(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, \ |