hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 {