summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormochel@digitalimplant.org <mochel@digitalimplant.org>2005-03-24 18:48:35 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 22:15:16 (GMT)
commitcb85b6f1cc811ecb9ed4b950206d8941ba710e68 (patch)
treef017c851e25078c8445ec7045556eb41e364ffdb /include
parent94e7b1c5ff2055571703e38b059afffe17658432 (diff)
downloadlinux-cb85b6f1cc811ecb9ed4b950206d8941ba710e68.tar.xz
[PATCH] Remove the unused device_find().
Signed-off-by: Patrick Mochel <mochel@digitalimplant.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 96c71b5..f1c38d8 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -372,7 +372,6 @@ extern int (*platform_notify_remove)(struct device * dev);
*/
extern struct device * get_device(struct device * dev);
extern void put_device(struct device * dev);
-extern struct device *device_find(const char *name, struct bus_type *bus);
/* drivers/base/platform.c */