On Fri, 04 Apr 2008 04:06:56 -0400 Jeff Garzik wrote: > Stephen Rothwell wrote: > > Hi Jeff, > > > > For a while the linux-next build for avr32 defconfig (and others) has > > been failing like this: > > > > drivers/ata/libata-core.c:127: error: 'ata_pci_default_filter' undeclared here (not in a function) > > > > It seems to be because the declaration of ata_pci_default_filter is > > protected by CONFIG_PCI but the usage above is protected by CONFIG_ATA > > only. > > > > Also reported by Randy Dunlap (on March 26) and Haavard Skinnemoen (on > > March 29). > > fixed being pushed right now (patch from Tejun fixed it) Some fixes other than what was in today's (April 04) [git patches] libata fixes? I hope there is more. I don't see how that fixes this error. Nor does gcc see how, after I apply that patch. --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html