Re: [PATCH 1/1] of: EXPORT_SYMBOL_GPL of_property_read_u64_array
From: Rob Herring <hidden>
Date: 2015-02-04 02:34:28
On Tue, Jan 27, 2015 at 4:26 AM, Sakari Ailus [off-list ref] wrote:
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: Sakari Ailus <redacted>
Applied. Thanks.
quoted hunk
--- drivers/of/base.c | 1 + 1 file changed, 1 insertion(+)diff --git a/drivers/of/base.c b/drivers/of/base.c index 36536b6..0a8aeb8 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c@@ -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 --1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html
-- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html