Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio
[linux-2.6-microblaze.git] / include / linux / device.h
index dc94199..424b55d 100644 (file)
@@ -905,6 +905,8 @@ struct device *device_find_child(struct device *dev, void *data,
                                 int (*match)(struct device *dev, void *data));
 struct device *device_find_child_by_name(struct device *parent,
                                         const char *name);
+struct device *device_find_any_child(struct device *parent);
+
 int device_rename(struct device *dev, const char *new_name);
 int device_move(struct device *dev, struct device *new_parent,
                enum dpm_order dpm_order);