From: Robert P. J. Day Date: Thu, 27 Mar 2008 05:13:34 +0000 (-0400) Subject: Kobject: Replace list_for_each() with list_for_each_entry(). X-Git-Tag: v2.6.26-rc1~1126^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a2a3dc26da72e431c293d02549593f9c041f63;p=pandora-kernel.git Kobject: Replace list_for_each() with list_for_each_entry(). Use the more concise list_for_each_entry(), which allows for the deletion of the to_kobj() routine at the same time. Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed