Re: [PATCH v4 02/22] of: device: Export of_device_{get_modalias,uvent_modalias} to modules

From: Rob Herring
Date: Wed Sep 07 2016 - 20:59:24 EST


On Wed, Sep 7, 2016 at 4:34 PM, Stephen Boyd <stephen.boyd@xxxxxxxxxx> wrote:
> The ULPI bus can be built as a module, and it will soon be
> calling these functions when it supports probing devices from DT.
> Export them so they can be used by the ULPI module.
>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>
> Cc: <devicetree@xxxxxxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <stephen.boyd@xxxxxxxxxx>
> ---
> drivers/of/device.c | 2 ++
> 1 file changed, 2 insertions(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>