device_move — moves a device to a new parent
int device_move (struct device * dev, struct device * new_parent);
int device_move
the pointer to the struct device to be moved
the new parent of the device (can by NULL)