mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ANDROID: of: add export symbol for of_update_property
Add export symbol for of_update_property for vendor module Bug: 390562181 Change-Id: Ieaa1074c20334cc58ebeac1a014d9aed5f7bf37a Signed-off-by: Srinath Pandey <quic_srinpand@quicinc.com>
This commit is contained in:
@@ -1884,6 +1884,7 @@ int of_update_property(struct device_node *np, struct property *newprop)
|
|||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(of_update_property);
|
||||||
|
|
||||||
static void of_alias_add(struct alias_prop *ap, struct device_node *np,
|
static void of_alias_add(struct alias_prop *ap, struct device_node *np,
|
||||||
int id, const char *stem, int stem_len)
|
int id, const char *stem, int stem_len)
|
||||||
|
|||||||
Reference in New Issue
Block a user