aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 43249260cd1c..91aac349b9a7 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -325,7 +325,6 @@ extern int device_for_each_child(struct device *, void *,
325 * Manual binding of a device to driver. See drivers/base/bus.c 325 * Manual binding of a device to driver. See drivers/base/bus.c
326 * for information on use. 326 * for information on use.
327 */ 327 */
328extern int driver_probe_device(struct device_driver * drv, struct device * dev);
329extern void device_bind_driver(struct device * dev); 328extern void device_bind_driver(struct device * dev);
330extern void device_release_driver(struct device * dev); 329extern void device_release_driver(struct device * dev);
331extern int device_attach(struct device * dev); 330extern int device_attach(struct device * dev);