From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH] of: platform: Create dummy routines for !CONFIG_OF_ADDRESS Date: Wed, 11 Oct 2017 11:45:55 +0530 Message-ID: <20171011061555.GO4031@vireshk-i7> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring , Frank Rowand Cc: Vincent Guittot , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 04-08-17, 11:39, 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 > --- > include/linux/of_platform.h | 31 +++++++++++++++++++++++++++++-- > 1 file changed, 29 insertions(+), 2 deletions(-) @Rob: Its been 2 months since I posted this patch. Do you have any comments on it ? -- viresh