aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2015-01-27 12:26:35 +0200
committerAlex Shi <alex.shi@linaro.org>2015-12-16 15:29:24 +0800
commitcbdf19bcd4e2b7d5764847bceb929fcb3e1c3b5e (patch)
tree2d3c62b4f128d95c253be096450e90f03b7c0104
parentd96c341a3f32fc939b924706bed0d95559405e18 (diff)
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: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Rob Herring <robh@kernel.org> (cherry picked from commit 2d4c0aef0ff4d4374590d6c7b259a259bb2cb21b) Signed-off-by: Alex Shi <alex.shi@linaro.org>
-rw-r--r--drivers/of/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index ab0271199f93..def9922165ad 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