From: Greg Kroah-Hartman Date: Tue, 22 Jan 2008 23:17:41 +0000 (-0500) Subject: class: move driver core specific parts to a private structure X-Git-Tag: v2.6.27-rc1~866^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c71448b8aa80123fc521563d5f7c63a099d97ab;p=pandora-kernel.git class: move driver core specific parts to a private structure This moves the portions of struct class that are dynamic (kobject and lock and lists) out of the main structure and into a dynamic, private, structure. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed