Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbdf19bc authored by Sakari Ailus's avatar Sakari Ailus Committed by Alex Shi
Browse files

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: default avatarSakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
(cherry picked from commit 2d4c0aef0ff4d4374590d6c7b259a259bb2cb21b)
Signed-off-by: default avatarAlex Shi <alex.shi@linaro.org>
parent d96c341a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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