Messages in this thread |  | | | Date | Thu, 10 Nov 2011 14:25:39 +0000 | | From | Alan Cox <> | | Subject | Re: linux-next: Tree for Oct 11 (ata/pata_of_platform.c) |
| |
O> > > drivers/ata/pata_of_platform.c:55:13: error: 'NO_IRQ' undeclared (first use in this function) > > > > [adding Author: Anton] > > > > Build error still present in linux-next of 20111014. > > This build failure regression report was ignored twice and then > pushed upstream and is still unfixed a month after the initial > report. Upstream now fails to build on like 25% of x86 configs. > > What's going on with this bug guys?
As I've said before the driver shouldn't be trying to use "NO_IRQ", Not having an irq is 0 as in if (!dev->irq)
|  |