diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 3122bd25ce42..3400e09bf458 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -380,6 +380,7 @@ extern int device_add(struct device * dev); | |||
380 | extern void device_del(struct device * dev); | 380 | extern void device_del(struct device * dev); |
381 | extern int device_for_each_child(struct device *, void *, | 381 | extern int device_for_each_child(struct device *, void *, |
382 | int (*fn)(struct device *, void *)); | 382 | int (*fn)(struct device *, void *)); |
383 | extern int device_rename(struct device *dev, char *new_name); | ||
383 | 384 | ||
384 | /* | 385 | /* |
385 | * Manual binding of a device to driver. See drivers/base/bus.c | 386 | * Manual binding of a device to driver. See drivers/base/bus.c |