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