summaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
diff options
context:
space:
mode:
authorKay Sievers2011-12-22 00:13:54 +0100
committerGreg Kroah-Hartman2011-12-22 00:13:54 +0100
commitb3e8d7b2478401b2f25f4566a90faad54f7d6d07 (patch)
treedd3904d89a2e545ac5c751ad7bf42012164f92f0 /include/linux/kobject.h
parentm86k: gpio - convert sysdev_class to a regular subsystem (diff)
downloadkernel-qcow2-linux-b3e8d7b2478401b2f25f4566a90faad54f7d6d07.tar.gz
kernel-qcow2-linux-b3e8d7b2478401b2f25f4566a90faad54f7d6d07.tar.xz
kernel-qcow2-linux-b3e8d7b2478401b2f25f4566a90faad54f7d6d07.zip
kobject: remove kset_find_obj_hinted()
Now that there are no in-kernel users of this function, remove it as it is no longer needed. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r--include/linux/kobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index ad81e1c51487..fc615a97e2d3 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -191,8 +191,6 @@ static inline struct kobj_type *get_ktype(struct kobject *kobj)
}
extern struct kobject *kset_find_obj(struct kset *, const char *);
-extern struct kobject *kset_find_obj_hinted(struct kset *, const char *,
- struct kobject *);
/* The global /sys/kernel/ kobject for people to chain off of */
extern struct kobject *kernel_kobj;