From: Hans Verkuil Date: Fri, 14 Sep 2007 08:13:54 +0000 (-0300) Subject: V4L/DVB (6471): tuner: i2c_client cannot be part of the tuner struct X-Git-Tag: v2.6.25-rc1~1235^2~440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cba97d71dca1a3c22b4d7f97893249817036215;p=pandora-kernel.git V4L/DVB (6471): tuner: i2c_client cannot be part of the tuner struct The bus-based I2C subsystem allocates the i2c_client struct. So if in order to be able to convert the tuner to the bus-based I2C API the embedded i2c_client struct must be removed from the tuner struct and replaced with a pointer. Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed