summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-01-15 05:54:08 -0600
committerPatrick Mochel <mochel@osdl.org>2003-01-15 05:54:08 -0600
commit4edfd8c3964ffb7568c33279a7466ffb6a8a3b82 (patch)
treefed2dbf45e57f9ae988305fdb916fe32cca0abe9 /include/linux
parentdf53773c69b6bd7afa5312c4e820a1db6e001d35 (diff)
parent7054c2c1c610e833b196df65c82127e3d4f6444c (diff)
Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
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 {