hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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 {