diff options
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 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 | */ |
328 | extern int driver_probe_device(struct device_driver * drv, struct device * dev); | ||
329 | extern void device_bind_driver(struct device * dev); | 328 | extern void device_bind_driver(struct device * dev); |
330 | extern void device_release_driver(struct device * dev); | 329 | extern void device_release_driver(struct device * dev); |
331 | extern int device_attach(struct device * dev); | 330 | extern int device_attach(struct device * dev); |