|
@@ -238,7 +238,6 @@ kobj_set_kset_s(obj,subsys)
|
|
- Assumes that obj->kobj exists, and is a struct kobject.
|
|
- Assumes that obj->kobj exists, and is a struct kobject.
|
|
- Sets the kset of that kobject to the kset <subsys>.
|
|
- Sets the kset of that kobject to the kset <subsys>.
|
|
|
|
|
|
-void subsystem_init(struct kset *s);
|
|
|
|
int subsystem_register(struct kset *s);
|
|
int subsystem_register(struct kset *s);
|
|
void subsystem_unregister(struct kset *s);
|
|
void subsystem_unregister(struct kset *s);
|
|
|
|
|