diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-18 23:51:21 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-18 23:51:21 +0000 |
commit | d61391435b699c06234eedaef5d84e6723dd980e (patch) | |
tree | 44d7180edfa793c62e62bf771f4b6218663461ba /linux/include | |
parent | 601c3bc84917c269003ed5d2de0ad8ba7edce8bc (diff) | |
download | mediapointer-dvb-s2-d61391435b699c06234eedaef5d84e6723dd980e.tar.gz mediapointer-dvb-s2-d61391435b699c06234eedaef5d84e6723dd980e.tar.bz2 |
* ../linux/drivers/media/video/tda8290.c: (tda8290_init):
* ../linux/include/media/tuner.h:
- Unify whitespaces.
- Fix build warning.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/tuner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 04753fdda..8d5de0ea0 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,4 +1,4 @@ -/* $Id: tuner.h,v 1.58 2005/10/17 21:01:35 hhackmann Exp $ +/* $Id: tuner.h,v 1.59 2005/10/18 23:51:21 nsh Exp $ * tuner.h - definition for different tuners @@ -215,6 +215,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, \ |