[PATCH 09/75] Driver core: remove subsys_get()

2007-10-12 Thread Greg Kroah-Hartman
There are no more subsystems, it's a kset now so remove the function and the only two users, which are in the driver core. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/base/bus.c |2 +- drivers/base/class.c|2 +- include/linux/kobject.h |7 --- lib/k

Driver core: remove subsys_get()

2007-09-13 Thread Greg KH
There are no more subsystems, it's a kset now so remove the function and the only two users, which are in the driver core. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/base/bus.c |2 +- drivers/base/class.c|2 +- include/linux/kobject.h |7 --- lib/k