Re: linux-next: Tree for December 17 (pci/quirks)

From: Randy Dunlap
Date: Thu Dec 17 2009 - 12:55:56 EST


On Thu, 17 Dec 2009 16:58:40 +1100 Stephen Rothwell wrote:

> Hi all,
>
> My usual call for calm: please do not put stuff destined for 2.6.34 into
> linux-next trees until after 2.6.33-rc1.
>
> Changes since 20091216:


When CONFIG_PCI_QUIRKS=n:

drivers/built-in.o: In function `pci_dev_reset':
pci.c:(.text+0xdb0b): undefined reference to `pci_dev_reset_methods'
pci.c:(.text+0xdb2b): undefined reference to `pci_dev_reset_methods'
pci.c:(.text+0xdb85): undefined reference to `pci_dev_reset_methods'


pci_dev_reset() calls (inlined) pci_dev_specific_reset(),
which references pci_dev_reset_methods, which does not exist.


---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/