diff options
Diffstat (limited to 'Documentation/kobject.txt')
-rw-r--r-- | Documentation/kobject.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt index 5e7aca261359..ca86a885ad8f 100644 --- a/Documentation/kobject.txt +++ b/Documentation/kobject.txt | |||
@@ -238,7 +238,6 @@ kobj_set_kset_s(obj,subsys) | |||
238 | - Assumes that obj->kobj exists, and is a struct kobject. | 238 | - Assumes that obj->kobj exists, and is a struct kobject. |
239 | - Sets the kset of that kobject to the kset <subsys>. | 239 | - Sets the kset of that kobject to the kset <subsys>. |
240 | 240 | ||
241 | void subsystem_init(struct kset *s); | ||
242 | int subsystem_register(struct kset *s); | 241 | int subsystem_register(struct kset *s); |
243 | void subsystem_unregister(struct kset *s); | 242 | void subsystem_unregister(struct kset *s); |
244 | 243 | ||