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

Commit 2d4c0aef authored by Sakari Ailus's avatar Sakari Ailus Committed by Rob Herring
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>
parent 851c63e3
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