diff options
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | 2012-06-27 12:52:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 19:52:22 -0300 |
commit | 6fe31039d40d73968fe75c543d6b623bcbf5ecb9 (patch) | |
tree | dc39703f3cef413c802969ef0ab07dce59fad7ec /tools | |
parent | a1367f1b260d29e9b9fb20d8e2f39f1e74fa6c3b (diff) | |
download | linux-6fe31039d40d73968fe75c543d6b623bcbf5ecb9.tar.bz2 |
[media] saa7164: Remove useless struct i2c_algo_bit_data
The field 'struct i2c_algo_bit_data i2c_algo' is wrongly confused with
struct i2c_algorithm. Moreover, i2c_algo field is not used since
i2c is registered using i2c_add_adpater() and not i2c_bit_add_bus().
Therefore, 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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions