[PATCH] twl4030_charger: add missing iio dependency

2015-10-15 Thread Sebastian Reichel
This driver fails to link without CONFIG_IIO, since there are no stubs for the iio_channels functions. Signed-off-by: Sebastian Reichel --- drivers/power/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig

Re: [PATCH] twl4030_charger: add missing iio dependency

2015-10-15 Thread Belisko Marek
Hi, On Thu, Oct 15, 2015 at 11:11 AM, Sebastian Reichel wrote: > This driver fails to link without CONFIG_IIO, since > there are no stubs for the iio_channels functions. > > Signed-off-by: Sebastian Reichel > --- > drivers/power/Kconfig | 2 +- > 1 file

Re: [PATCH] twl4030_charger: add missing iio dependency

2015-10-15 Thread H. Nikolaus Schaller
Acked-by: Nikolaus Schaller BR, Nikolaus Am 15.10.2015 um 11:11 schrieb Sebastian Reichel : > This driver fails to link without CONFIG_IIO, since > there are no stubs for the iio_channels functions. > > Signed-off-by: Sebastian Reichel >