diff options
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | 2012-06-27 11:52:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 18:53:30 -0400 |
commit | 5a6fa3fe9a465d1c5e1e6bf8a4ad1ca9063131a5 (patch) | |
tree | b89e54f26ff155127213ee3e2894465baf20d593 | |
parent | b26f453963a5275a5c408beee7663d5bc096620f (diff) |
[media] saa7164: Remove unused saa7164_call_i2c_clients()
This function has no users, so it's safe to remove it.
Tested by compilation only.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/saa7164/saa7164-i2c.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/video/saa7164/saa7164-i2c.c b/drivers/media/video/saa7164/saa7164-i2c.c index 1c54ab47fb62..d8d7baa4c636 100644 --- a/drivers/media/video/saa7164/saa7164-i2c.c +++ b/drivers/media/video/saa7164/saa7164-i2c.c | |||
@@ -69,15 +69,6 @@ err: | |||
69 | return retval; | 69 | return retval; |
70 | } | 70 | } |
71 | 71 | ||
72 | void saa7164_call_i2c_clients(struct saa7164_i2c *bus, unsigned int cmd, | ||
73 | void *arg) | ||
74 | { | ||
75 | if (bus->i2c_rc != 0) | ||
76 | return; | ||
77 | |||
78 | i2c_clients_command(&bus->i2c_adap, cmd, arg); | ||
79 | } | ||
80 | |||
81 | static u32 saa7164_functionality(struct i2c_adapter *adap) | 72 | static u32 saa7164_functionality(struct i2c_adapter *adap) |
82 | { | 73 | { |
83 | return I2C_FUNC_I2C; | 74 | return I2C_FUNC_I2C; |