summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-01-13 21:54:16 -0600
committerPatrick Mochel <mochel@osdl.org>2003-01-13 21:54:16 -0600
commit3750eee7372993e8298c68dfdd7bb2220b50d66b (patch)
treedf49377eb5daae7869b392edc0d630b4c8bf776b /include/linux
parenteef4e25111e0f2e894686f5a6a960c60b5622560 (diff)
kobject: export kset_find_obj.
From Louis Zhang.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 409d2af385cb..e93b438b829c 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -87,7 +87,7 @@ static inline void kset_put(struct kset * k)
}
-extern struct kobject * kset_find_obj(struct kset *, char *);
+extern struct kobject * kset_find_obj(struct kset *, const char *);
struct subsystem {