From: Jean Delvare Date: Sat, 17 Sep 2005 02:28:08 +0000 (-0700) Subject: [PATCH] i2c: kill an unused i2c_adapter struct member X-Git-Tag: v2.6.14-rc2~5^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac2120d90273c590cf7662f03d103519101685b;p=pandora-kernel.git [PATCH] i2c: kill an unused i2c_adapter struct member Kill an unused member of the i2c_adapter structure. This additionally fixes a potential bug, because doesn't include , so different files including could see a different definition of the i2c_adapter structure, depending on them including (or other header files themselves including ) before , or not. Credits go to Jörn Engel for pointing me to the problem. Signed-off-by: Jean Delvare Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed