aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 0ca24e93304f..516fecacf27b 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -552,7 +552,7 @@ extern int device_for_each_child(struct device *dev, void *data,
552 int (*fn)(struct device *dev, void *data)); 552 int (*fn)(struct device *dev, void *data));
553extern struct device *device_find_child(struct device *dev, void *data, 553extern struct device *device_find_child(struct device *dev, void *data,
554 int (*match)(struct device *dev, void *data)); 554 int (*match)(struct device *dev, void *data));
555extern int device_rename(struct device *dev, char *new_name); 555extern int device_rename(struct device *dev, const char *new_name);
556extern int device_move(struct device *dev, struct device *new_parent, 556extern int device_move(struct device *dev, struct device *new_parent,
557 enum dpm_order dpm_order); 557 enum dpm_order dpm_order);
558extern const char *device_get_devnode(struct device *dev, 558extern const char *device_get_devnode(struct device *dev,