From: Greg Kroah-Hartman Date: Thu, 1 Nov 2007 20:31:26 +0000 (-0700) Subject: kset: convert struct bus_device->drivers to use kset_create X-Git-Tag: v2.6.25-rc1~1243^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcec2511ff55b4abaca7ad3433011a7c04c2430;p=pandora-kernel.git kset: convert struct bus_device->drivers to use kset_create Dynamically create the kset instead of declaring it statically. Having 3 static kobjects in one structure is not only foolish, but ripe for nasty race conditions if handled improperly. We also rename the field to catch any potential users of it (not that there should be outside of the driver core...) Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed