kset: remove decl_subsys macro
commit5c03c7ab886859eb195440dbb6ccb8c30c4e84cc
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 Nov 2007 23:19:59 +0000 (2 16:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:24 +0000 (24 20:40 -0800)
tree16274460957bd2c6c80bb5708ba344bea20d4315
parent830d3cfb16728e2496edc2985ad8f68025135e37
kset: remove decl_subsys macro

This macro is no longer used.  ksets should be created dynamically with
a call to kset_create_and_add() not declared statically.

Yes, there are 5 remaining static struct kset usages in the kernel tree,
but they will be fixed up soon.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/class.c
include/linux/kobject.h