Re: Linux 2.6.13-rc2 (build error with no CONFIG_HOTPLUG_PCI)
From: Steven Cole (elenstev_at_mesatop.com)
Date: 07/06/05
- Previous message: Jan Dittmer: "Re: Linux 2.6.13-rc2"
- In reply to: Linus Torvalds: "Linux 2.6.13-rc2"
- Next in thread: Greg KH: "Re: Linux 2.6.13-rc2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 06 Jul 2005 09:58:22 -0600 To: Linus Torvalds <torvalds@osdl.org>
Linus Torvalds wrote:
> Ok,
> -rc3 is pretty small, with the bulk of the diff being some defconfig
> updates, and cleanup of xtensa (notably removal of another copy of zlib).
>
> Greg Kroah-Hartman:
> PCI: clean up dynamic pci id logic
> PCI: Fix up PCI routing in parent bridge
Without CONFIG_HOTPLUG and CONFIG_HOTPLUG_PCI, I got this:
CC drivers/pci/pci-driver.o
drivers/pci/pci-driver.c: In function `pci_match_device':
drivers/pci/pci-driver.c:156: error: dereferencing pointer to incomplete type
drivers/pci/pci-driver.c:156: warning: type defaults to `int' in declaration of `type name'
drivers/pci/pci-driver.c:156: error: request for member `node' in something not a structure or union
drivers/pci/pci-driver.c:156: warning: type defaults to `int' in declaration of `__mptr'
drivers/pci/pci-driver.c:156: warning: initialization from incompatible pointer type
[snipped similar errors/warnings]
make[2]: *** [drivers/pci/pci-driver.o] Error 1
make[1]: *** [drivers/pci] Error 2
make: *** [drivers] Error 2
Setting CONFIG_HOTPLUG=y and CONFIG_HOTPLUG_PCI=y allowed 2.6.13-rc2 to build/boot/run.
Steven
-- This e-mail contains no programmatic content requiring independent ADC review. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Jan Dittmer: "Re: Linux 2.6.13-rc2"
- In reply to: Linus Torvalds: "Linux 2.6.13-rc2"
- Next in thread: Greg KH: "Re: Linux 2.6.13-rc2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|