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 <krzysztof.kozlowski@xxxxxxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- > include/linux/of.h | 11 +++++++---- > include/linux/of_reserved_mem.h | 8 ++++++-- > 2 files changed, 13 insertions(+), 6 deletions(-) > Applied, thanks!