On 08/06/2012 10:39 AM, Peter Meerwald wrote: > Hello, > > staging/iio/accel/lis3l02dq_core.c fails to compile when irq_to_gpio() is > not available > > the solution is to pass both, irq and gpio via platform data (e.g. as > done by staging/iio/magnetometer/ak8975.c)? > gpio_to_irq will always be available. While irq_to_gpio is deprecated. So it should work if you just pass the gpio. But looking at the driver it only seems to check if the IRQ is a valid GPIO, but never seems use the GPIO pin otherwise. Maybe I missed something, but I'd just remove the whole gpio_is_valid(irq_to_gpio(spi->irq)) check. - Lars -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html