[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_Jsq+EXvKkFoKgFA4gh7e-PPt0wLHHm3nR1RCqtubBTaj+dw@mail.gmail.com>
Date: Fri, 4 Sep 2020 16:16:59 -0600
From: Rob Herring <robh+dt@...nel.org>
To: Florian Fainelli <f.fainelli@...il.com>
Cc: netdev <netdev@...r.kernel.org>, Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
open list <linux-kernel@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE"
<devicetree@...r.kernel.org>
Subject: Re: [PATCH net-next v2 1/2] of: Export of_remove_property() to modules
On Fri, Sep 4, 2020 at 3:37 PM Florian Fainelli <f.fainelli@...il.com> 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@...il.com>
> ---
> drivers/of/base.c | 1 +
> include/linux/of.h | 5 +++++
> 2 files changed, 6 insertions(+)
Acked-by: Rob Herring <robh@...nel.org>
Powered by blists - more mailing lists