From: Greg Kroah-Hartman Date: Wed, 28 May 2008 16:28:39 +0000 (-0700) Subject: class: rename "sem" to "class_sem" in internal class structure X-Git-Tag: v2.6.27-rc1~866^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a0157328507c5f563e16a583cd0a063854aebb;p=pandora-kernel.git class: rename "sem" to "class_sem" in internal class structure This renames the struct class "sem" field to be "class_sem" 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