• G
    kset: remove decl_subsys macro · 5c03c7ab
    Greg Kroah-Hartman 提交于
    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: NGreg Kroah-Hartman <gregkh@suse.de>
    5c03c7ab
class.c 21.6 KB