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

@ -823,7 +823,8 @@ int bus_register(struct bus_type * bus)
if (retval)
goto out;
subsys_set_kset(bus, bus_subsys);
bus->subsys.kobj.kset = &bus_subsys;
retval = subsystem_register(&bus->subsys);
if (retval)
goto out;