On Tuesday 14 October 2008, Felipe Balbi wrote:
> -       omap_set_gpio_direction(dav_gpio, 1);
> +       gpio_direction_input(dav_gpio);
>         ts->irq = OMAP_GPIO_IRQ(dav_gpio);

That should be ts->irq = gpio_to_irq(dav_gpio) ...

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to