Driver core: remove subsys_set_kset

This macro is only used by the driver core and is held over from when we
had subsystems.  It is not needed anymore.


Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman
2007-09-12 15:06:57 -07:00
parent 6a8d8abb6e
commit d6b05b84ed
3 changed files with 3 additions and 15 deletions

View File

@@ -149,7 +149,7 @@ int class_register(struct class * cls)
if (error)
return error;
subsys_set_kset(cls, class_subsys);
cls->subsys.kobj.kset = &class_subsys;
error = subsystem_register(&cls->subsys);
if (!error) {