summaryrefslogtreecommitdiffstats
path: root/Documentation/kobject.txt
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2007-09-26 11:12:00 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 14:51:11 -0700
commite4bc16621d82ee1fd3685dcbf889a7c49891847b (patch)
treeff851444f752264f009ff464160e040be61282b9 /Documentation/kobject.txt
parenta4e8b912541d5372ae049a3b7c1979968e52c40b (diff)
downloadop-kernel-dev-e4bc16621d82ee1fd3685dcbf889a7c49891847b.zip
op-kernel-dev-e4bc16621d82ee1fd3685dcbf889a7c49891847b.tar.gz
driver core: remove subsystem_init()
There is only one user of it, and it is only a wrapper for kset_init(). Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/kobject.txt')
-rw-r--r--Documentation/kobject.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt
index 5e7aca2..ca86a88 100644
--- a/Documentation/kobject.txt
+++ b/Documentation/kobject.txt
@@ -238,7 +238,6 @@ kobj_set_kset_s(obj,subsys)
- Assumes that obj->kobj exists, and is a struct kobject.
- Sets the kset of that kobject to the kset <subsys>.
-void subsystem_init(struct kset *s);
int subsystem_register(struct kset *s);
void subsystem_unregister(struct kset *s);
OpenPOWER on IntegriCloud