Re: [PATCH v1] of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()
From: Rob Herring <robh@kernel.org>
Date: 2021-06-18 22:00:06
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-18 22:00:06
Also in:
linux-devicetree, lkml
On Thu, 10 Jun 2021 19:23:13 +0300, Dmitry Osipenko wrote:
The reserved-memory Kconfig could be disabled when drivers are compile-tested. In this case RESERVEDMEM_OF_DECLARE() produces a noisy warning about the orphaned __reservedmem_of_table section. Add the missing stub that fixes the warning. In particular this is needed for compile-testing of NVIDIA Tegra210 memory driver which uses reserved-memory. Reported-by: Krzysztof Kozlowski <redacted> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- include/linux/of.h | 11 +++++++---- include/linux/of_reserved_mem.h | 8 ++++++-- 2 files changed, 13 insertions(+), 6 deletions(-)
Applied, thanks!