From: Greg Kroah-Hartman Date: Tue, 6 Dec 2005 23:33:15 +0000 (-0800) Subject: [PATCH] I2C: move i2c-dev to use dynamic class devices X-Git-Tag: v2.6.16-rc1~935^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79472132f555ae1e912699e116e5c82f338872f6;p=pandora-kernel.git [PATCH] I2C: move i2c-dev to use dynamic class devices i2c-dev doesn't use the reference counting logic of struct class_device so move it to the dynamic method. This makes the code paths simpler and the driver smaller. Signed-off-by: Greg Kroah-Hartman Cc: Jean Delvare --- Reading git-diff-tree failed