diff options
Diffstat (limited to 'drivers/of/base.c')
-rw-r--r-- | drivers/of/base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 36536b6a8834..0a8aeb8523fe 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, | |||
1303 | } | 1303 | } |
1304 | return 0; | 1304 | return 0; |
1305 | } | 1305 | } |
1306 | EXPORT_SYMBOL_GPL(of_property_read_u64_array); | ||
1306 | 1307 | ||
1307 | /** | 1308 | /** |
1308 | * of_property_read_string - Find and read a string from a property | 1309 | * of_property_read_string - Find and read a string from a property |