From: Greg Kroah-Hartman Date: Wed, 28 May 2008 16:28:39 +0000 (-0700) Subject: class: rename "subsys" to "class_subsys" in internal class structure X-Git-Tag: v2.6.27-rc1~866^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbfee6c6dc0f4a4c587b6b163ee79643fc9aaa7;p=pandora-kernel.git class: rename "subsys" to "class_subsys" in internal class structure This renames the struct class "subsys" field to be "class_subsys" to make things easier when struct bus_type and struct class merge in the future. It also makes grepping for fields easier as well. Based on an idea from Kay. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed