Re: linux-next: build failure after merge of the voltage tree

From: Randy Dunlap
Date: Fri May 27 2011 - 17:23:00 EST


> Hi,
>
> gah, looks this was broken by moving the tps65910 gpio directory move.
>
> This should fix it though:-

It does. Thanks.

Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>


> From: Liam Girdwood <lrg@xxxxxx>
> Date: Fri, 27 May 2011 22:06:52 +0100
> Subject: [PATCH] mfd: tps65910 - fix build breakage caused by tps65910 gpio directory move.
>
> Signed-off-by: Liam Girdwood <lrg@xxxxxx>
> ---
> drivers/mfd/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index b6c2677..0f09c05 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -721,7 +721,7 @@ config MFD_PM8XXX_IRQ
>
> config MFD_TPS65910
> bool "TPS65910 Power Management chip"
> - depends on I2C=y
> + depends on I2C=y && GPIOLIB
> select MFD_CORE
> select GPIO_TPS65910
> help


--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/