提交 2d4c0aef 编写于 作者: S Sakari Ailus 提交者: Rob Herring

of: EXPORT_SYMBOL_GPL of_property_read_u64_array

Make of_property_read_u64_array() available for modules as well. This was
missing from the patch which originally added the function.
Signed-off-by: NSakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: NRob Herring <robh@kernel.org>
上级 851c63e3
......@@ -1303,6 +1303,7 @@ int of_property_read_u64_array(const struct device_node *np,
}
return 0;
}
EXPORT_SYMBOL_GPL(of_property_read_u64_array);
/**
* of_property_read_string - Find and read a string from a property
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册