Re: linux-next: Tree for May 11 (staging/iio/adc + gpio)

From: Randy Dunlap
Date: Wed May 11 2011 - 19:41:39 EST


On Wed, 11 May 2011 15:25:08 +1000 Stephen Rothwell wrote:

> Hi all,
>
> Changes since 20110510:


When GPIOLIB is not enabled and GENERIC_GPIO is not enabled: (not a new problem)

drivers/staging/iio/adc/ad7780.c:247: error: 'GPIOF_OUT_INIT_LOW' undeclared (first use in this function)

Its Kconfig entry says:

config AD7780
tristate "Analog Devices AD7780 AD7781 ADC driver"
depends on SPI

but surely it should depend on (or select) some GPIO kconfig symbol.


---
~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/