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

2017-10-10 Thread Viresh Kumar
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_

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

2017-08-03 Thread Viresh Kumar
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 ch