From: Jean Delvare Date: Sun, 27 Aug 2006 09:46:49 +0000 (+0200) Subject: i2c-algo-bit: Discard the mdelay data struct member X-Git-Tag: v2.6.19-rc1~1003^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d9c63d3640bd4fc90a408e8334754ef44bcf48;p=pandora-kernel.git i2c-algo-bit: Discard the mdelay data struct member i2c-algo-bit: Discard the mdelay data struct member The i2c_algo_bit_data structure has an mdelay member, which is not used by the algorithm code (the code has always been ifdef'd out.) Let's discard it to save some code and memory. Signed-off-by: Jean Delvare Acked-by: Mauro Carvalho Chehab Cc: Adrian Bunk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed