diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2007-07-23 12:59:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:28 -0400 |
commit | 36c15f8ee41fbc3d8eaf88bba95be3d50268d5d2 (patch) | |
tree | 8af3e4297ad04213271387df9b41a0cdfc916ca2 /include/media | |
parent | ac247433fe205acf460f05de64a30ee71ea307f2 (diff) |
V4L/DVB (5934): dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transfer
Convert av7110_v4l.c to use i2c_transfer() instead of saa7146_i2c_transfer().
Make saa7146_i2c_transfer() static.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/saa7146.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/saa7146.h b/include/media/saa7146.h index 67703249b245..cd3ff2c29d5e 100644 --- a/include/media/saa7146.h +++ b/include/media/saa7146.h | |||
@@ -146,7 +146,6 @@ struct saa7146_dev | |||
146 | 146 | ||
147 | /* from saa7146_i2c.c */ | 147 | /* from saa7146_i2c.c */ |
148 | int saa7146_i2c_adapter_prepare(struct saa7146_dev *dev, struct i2c_adapter *i2c_adapter, u32 bitrate); | 148 | int saa7146_i2c_adapter_prepare(struct saa7146_dev *dev, struct i2c_adapter *i2c_adapter, u32 bitrate); |
149 | int saa7146_i2c_transfer(struct saa7146_dev *saa, const struct i2c_msg *msgs, int num, int retries); | ||
150 | 149 | ||
151 | /* from saa7146_core.c */ | 150 | /* from saa7146_core.c */ |
152 | extern struct list_head saa7146_devices; | 151 | extern struct list_head saa7146_devices; |