Re: [PATCH] pinctrl: palmas: PINCTRL_PALMAS needs to select PINMUX

2013-08-28 Thread Linus Walleij
On Thu, Aug 22, 2013 at 8:30 AM, Axel Lin wrote: > Fix below build error if !PINMUX. > > CC drivers/pinctrl/pinctrl-palmas.o Patch applied with Laxman's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord

Re: [PATCH] pinctrl: palmas: PINCTRL_PALMAS needs to select PINMUX

2013-08-21 Thread Laxman Dewangan
On Thursday 22 August 2013 12:00 PM, Axel Lin wrote: Fix below build error if !PINMUX. CC drivers/pinctrl/pinctrl-palmas.o drivers/pinctrl/pinctrl-palmas.c:741:21: error: variable 'palmas_pinmux_ops' has initializer but incomplete type drivers/pinctrl/pinctrl-palmas.c:742:2: error: unkn

[PATCH] pinctrl: palmas: PINCTRL_PALMAS needs to select PINMUX

2013-08-21 Thread Axel Lin
Fix below build error if !PINMUX. CC drivers/pinctrl/pinctrl-palmas.o drivers/pinctrl/pinctrl-palmas.c:741:21: error: variable 'palmas_pinmux_ops' has initializer but incomplete type drivers/pinctrl/pinctrl-palmas.c:742:2: error: unknown field 'get_functions_count' specified in initialize