From: Greg Kroah-Hartman Date: Tue, 6 Nov 2007 18:36:58 +0000 (-0800) Subject: kset: convert block_subsys to use kset_create X-Git-Tag: v2.6.25-rc1~1243^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830d3cfb16728e2496edc2985ad8f68025135e37;p=pandora-kernel.git kset: convert block_subsys to use kset_create Dynamically create the kset instead of declaring it statically. We also rename block_subsys to block_kset to catch all users of this symbol with a build error instead of an easy-to-ignore build warning. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed