commit | c6a2a3dc26da72e431c293d02549593f9c041f63 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Thu Mar 27 01:13:34 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sat Apr 19 19:10:27 2008 -0700 |
tree | 45ea5dcf2c8ae52f99507e941df3aa685fa70356 | |
parent | c6f87733823d69a8f12e391688ceeb1ff4922530 [diff] |
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 <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>