RE: [PATCH] regulator: tps65217: fix build error if REGULATOR is not enabled

2012-07-19 Thread AnilKumar, Chimata
Hi Mark, On Wed, Jul 18, 2012 at 15:30:13, Mark Brown wrote: > On Wed, Jul 18, 2012 at 09:55:57AM +, AnilKumar, Chimata wrote: > > > Regulators platform data is added to platform device in MFD driver, which we > > need for regulator driver, of_regulator_match() is used to check the > > regul

Re: [PATCH] regulator: tps65217: fix build error if REGULATOR is not enabled

2012-07-18 Thread Mark Brown
On Wed, Jul 18, 2012 at 09:55:57AM +, AnilKumar, Chimata wrote: > Regulators platform data is added to platform device in MFD driver, which we > need for regulator driver, of_regulator_match() is used to check the regulator > consumers if we pass DT data. If we do not enable CONFIG_REGULATOR t

RE: [PATCH] regulator: tps65217: fix build error if REGULATOR is not enabled

2012-07-18 Thread AnilKumar, Chimata
Mark, On Wed, Jul 18, 2012 at 15:14:49, Mark Brown wrote: > On Wed, Jul 18, 2012 at 12:11:03PM +0530, AnilKumar Ch wrote: > > Fixes below build error if CONFIG_REGULATOR is not enabled. > > > > drivers/built-in.o: In function `tps65217_probe': > > tps65217.c:(.devinit.text+0x13e37): undefined ref

Re: [PATCH] regulator: tps65217: fix build error if REGULATOR is not enabled

2012-07-18 Thread Mark Brown
On Wed, Jul 18, 2012 at 12:11:03PM +0530, AnilKumar Ch wrote: > Fixes below build error if CONFIG_REGULATOR is not enabled. > > drivers/built-in.o: In function `tps65217_probe': > tps65217.c:(.devinit.text+0x13e37): undefined reference to > `of_regulator_match' This isn't a patch to the regulato