immortalwrt-mt798x/target/linux/generic/backport-5.4/902-export-fwnode-get-name.patch
2022-12-23 19:34:03 +08:00

11 lines
276 B
Diff

--- a/drivers/base/property.c
+++ b/drivers/base/property.c
@@ -566,6 +566,7 @@ const char *fwnode_get_name(const struct
{
return fwnode_call_ptr_op(fwnode, get_name);
}
+EXPORT_SYMBOL_GPL(fwnode_get_name);
/**
* fwnode_get_next_parent - Iterate to the node's parent