projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851c63e
)
of: EXPORT_SYMBOL_GPL of_property_read_u64_array
author
Sakari Ailus
<sakari.ailus@iki.fi>
Tue, 27 Jan 2015 10:26:35 +0000
(12:26 +0200)
committer
Rob Herring
<robh@kernel.org>
Wed, 4 Feb 2015 02:32:01 +0000
(20:32 -0600)
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>
drivers/of/base.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/of/base.c
b/drivers/of/base.c
index 36536b6a8834acd270a4813ff551432946d9e381..0a8aeb8523fe7d54a66207f25eb145e88addb90d 100644
(file)
--- 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