Re: [PATCH v4 1/3] of: export of_stdout symbol
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 22 Jul 2026 17:25:20 +0900, [email protected] wrote: > From: Zhipeng Wang <[email protected]> > > of_stdout is declared extern in include/linux/of.h alongside of_root > and of_chosen, but unlike those two it is not exported, preventing > modules from referencing it. > > Export it with EXPORT_SYMBOL_GPL() so drivers that need the stdout > device node can be built as modules. > > Signed-off-by: Zhipeng Wang <[email protected]> > --- > drivers/of/base.c | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <[email protected]>