On 03/25/2014 07:48 PM, delicious quinoa wrote: > I'm trying to test against recent tag next-20140312. Got a build error. > > /home/atull/repos/linux-socfpga/drivers/gpio/gpio-dwapb.c:254:11: > error: 'struct irq_chip' has no member named 'irq_request_resources' > /home/atull/repos/linux-socfpga/drivers/gpio/gpio-dwapb.c:254:36: > error: 'dwapb_irq_reqres' undeclared (first use in this function) > /home/atull/repos/linux-socfpga/drivers/gpio/gpio-dwapb.c:255:11: > error: 'struct irq_chip' has no member named 'irq_release_resources' > /home/atull/repos/linux-socfpga/drivers/gpio/gpio-dwapb.c:255:36: > error: 'dwapb_irq_relres' undeclared (first use in this function) > Build failed... The change in the driver got first introduced in commit 57ef0428 ("gpio: switch drivers to use new callback") and it builds for me. You probably miss the change in the core code c1bacba ("genirq: Provide irq_request/release_resources chip callbacks"). I pushed to git://git.breakpoint.cc/bigeasy/linux.git gpio_dw_v3 my gpio-next + my patches + linux-next which is currently at -next- 20140325 btw. With those you should not get the build anymore. > Alan Tull > aka > delicious quinoa Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html