kset: convert block_subsys to use kset_create
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Nov 2007 18:36:58 +0000 (10:36 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:23 +0000 (20:40 -0800)
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 <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found