[PATCH] Remove the unused device_find().

Signed-off-by: Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
mochel@digitalimplant.org
2005-03-24 10:48:35 -08:00
committed by Greg Kroah-Hartman
parent 94e7b1c5ff
commit cb85b6f1cc
2 changed files with 0 additions and 20 deletions

View File

@ -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 */