diff options
author | mochel@digitalimplant.org <mochel@digitalimplant.org> | 2005-03-24 10:48:35 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-20 15:15:16 -0700 |
commit | cb85b6f1cc811ecb9ed4b950206d8941ba710e68 (patch) | |
tree | f017c851e25078c8445ec7045556eb41e364ffdb /include/linux/device.h | |
parent | 94e7b1c5ff2055571703e38b059afffe17658432 (diff) | |
download | kernel_samsung_smdk4412-cb85b6f1cc811ecb9ed4b950206d8941ba710e68.zip kernel_samsung_smdk4412-cb85b6f1cc811ecb9ed4b950206d8941ba710e68.tar.gz kernel_samsung_smdk4412-cb85b6f1cc811ecb9ed4b950206d8941ba710e68.tar.bz2 |
[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/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
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 */ |