kernel/include/linux/device.h
.. .. @@ -828,6 +828,7 @@ 828 828 void set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode); 829 829 void set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode); 830 830 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);831 832 832 833 static inline int dev_num_vf(struct device *dev) 833 834 {