[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YemcW0c8U5mtucP+@robh.at.kernel.org>
Date: Thu, 20 Jan 2022 11:31:07 -0600
From: Rob Herring <robh@...nel.org>
To: Michael Walle <michael@...le.cc>
Cc: devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
linux-kernel@...r.kernel.org, Frank Rowand <frowand.list@...il.com>
Subject: Re: [PATCH v3 2/3] of: property: define
of_property_read_u{8,16,32,64}_array() unconditionally
On Tue, 18 Jan 2022 18:35:03 +0100, Michael Walle wrote:
> We can get rid of all the empty stubs because all these functions call
> of_property_read_variable_u{8,16,32,64}_array() which already have an
> empty stub if CONFIG_OF is not defined.
>
> Signed-off-by: Michael Walle <michael@...le.cc>
> ---
> changes since v2:
> - none
>
> changes since v1:
> - new patch
>
> include/linux/of.h | 274 ++++++++++++++++++++-------------------------
> 1 file changed, 124 insertions(+), 150 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists