Re: [PATCH V2] of: platform: Create dummy routines for !CONFIG_OF_ADDRESS

From: Rob Herring
Date: Wed Nov 01 2017 - 17:15:05 EST


On Sat, Oct 28, 2017 at 03:56:46PM +0530, Viresh Kumar wrote:
> Few routines don't have their dummy counterparts which results in build
> failures where these routines are used without CONFIG_OF_ADDRESS
> enabled.
>
> Fix those by defining the dummy versions.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> V2:
> - Rebased again latest rc and resolved conflicts.
> - No comments received on V1.

What's your user?

> include/linux/of_platform.h | 39 +++++++++++++++++++++++++++++++++------
> 1 file changed, 33 insertions(+), 6 deletions(-)