]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device.h
[PATCH] memory page_alloc zonelist caching speedup
[linux-2.6-omap-h63xx.git] / include / linux / device.h
index 0a0370c74181a1d0cabcacd680725020497c7c40..583a341e016cea229ad8b04d4213d59974e3cbd3 100644 (file)
@@ -424,6 +424,7 @@ extern int device_for_each_child(struct device *, void *,
 extern struct device *device_find_child(struct device *, void *data,
                                        int (*match)(struct device *, void *));
 extern int device_rename(struct device *dev, char *new_name);
+extern int device_move(struct device *dev, struct device *new_parent);
 
 /*
  * Manual binding of a device to driver. See drivers/base/bus.c