Re: [PATCH net-next v2 1/2] of: Export of_remove_property() to modules

From: Rob Herring
Date: Fri Sep 04 2020 - 18:17:15 EST


On Fri, Sep 4, 2020 at 3:37 PM Florian Fainelli <f.fainelli@xxxxxxxxx> wrote:
>
> We will need to remove some OF properties in drivers/net/dsa/bcm_sf2.c
> with a subsequent commit. Export of_remove_property() to modules so we
> can keep bcm_sf2 modular and provide an empty stub for when CONFIG_OF is
> disabled to maintain the ability to compile test.
>
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
> drivers/of/base.c | 1 +
> include/linux/of.h | 5 +++++
> 2 files changed, 6 insertions(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>