Re: [PATCH 2/5] devres: export devres_node_init() and devres_node_add()
From: Danilo Krummrich
Date: Fri Feb 06 2026 - 05:44:03 EST
On Thu Feb 5, 2026 at 11:31 PM CET, Danilo Krummrich wrote:
> +EXPORT_SYMBOL_GPL(devres_node_init);
I actually intended to use a Rust helper instead of exporting those symbols
directly, but forgot to do it eventually.