On Friday 05 December 2008, Adrian Hunter wrote: > - if ((r = omap_request_gpio(c->gpio_irq)) < 0) { > + if ((r = gpio_request(c->gpio_irq, "OneNAND irq")) < 0) { Worth noting that this depends on the OMAP patches which make those calls be equivalent. Those patches are going into 2.6.29-early via the ARM tree, as I recall; getting the merge order wrong would break bisectability -- but not buildability. - Dave -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html