summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-01-14 23:15:34 -0600
committerPatrick Mochel <mochel@osdl.org>2003-01-14 23:15:34 -0600
commit45e8bb50ed55d1172a644538ca3c8f1316ffb12b (patch)
tree8bd8cdda1e05513a012fdbc5d9d9cc0726e1e9d4 /include/linux
parente29d5f5cef31509adb4b33b73f0ed82b8a58e13e (diff)
parent3215ffe196ce1c26483fe16c90491421f3dede59 (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 {