Re: [PATCH 1/2] of/fdt: Remove dead code and mark functions with __init

From: Stephen Boyd
Date: Tue May 14 2019 - 16:23:37 EST


Quoting Rob Herring (2019-05-14 10:06:48)
> On Thu, May 9, 2019 at 4:55 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
> > diff --git a/Documentation/devicetree/bindings/common-properties.txt b/Documentation/devicetree/bindings/common-properties.txt
> > index a3448bfa1c82..1c50d8700ab5 100644
> > --- a/Documentation/devicetree/bindings/common-properties.txt
> > +++ b/Documentation/devicetree/bindings/common-properties.txt
> > @@ -25,8 +25,8 @@ Optional properties:
> > If a binding supports these properties, then the binding should also
> > specify the default behavior if none of these properties are present.
> > In such cases, little-endian is the preferred default, but it is not
> > -a requirement. The of_device_is_big_endian() and of_fdt_is_big_endian()
> > -helper functions do assume that little-endian is the default, because
> > +a requirement. The of_device_is_big_endian()
>
> Hum, we shouldn't have kernel functions in binding docs. Can you
> reword to remove both functions.
>

Ok. I'll resend with this sentence cleaned up more.