From 3750eee7372993e8298c68dfdd7bb2220b50d66b Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Mon, 13 Jan 2003 21:54:16 -0600 Subject: kobject: export kset_find_obj. From Louis Zhang. --- include/linux/kobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/kobject.h') 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 { -- cgit v1.2.3