hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/linux/device.h
....@@ -828,6 +828,7 @@
828828 void set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode);
829829 void set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode);
830830 void device_set_of_node_from_dev(struct device *dev, const struct device *dev2);
831
+void device_set_node(struct device *dev, struct fwnode_handle *fwnode);
831832
832833 static inline int dev_num_vf(struct device *dev)
833834 {