From: Ezequiel GarcĂ­a Date: Wed, 27 Jun 2012 15:52:46 +0000 (-0300) Subject: [media] saa7164: Remove useless struct i2c_algo_bit_data X-Git-Tag: v3.6-rc1~28^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe31039d40d73968fe75c543d6b623bcbf5ecb9;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed