From: Ezequiel GarcĂ­a Date: Wed, 27 Jun 2012 15:52:47 +0000 (-0300) Subject: [media] cx23885: Remove useless struct i2c_algo_bit_data X-Git-Tag: v3.6-rc1~28^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c410d09bf3c8019d50d5ce7f1eb26e1b747835f7;p=pandora-kernel.git [media] cx23885: 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