summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
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 {