Re: move pci_domain_nr() inside "#ifdef CONFIG_PCI" bracket

Matthew Wilcox (willy@fc.hp.com)
Thu, 19 Jun 2003 09:03:44 -0600


On Wed, Jun 18, 2003 at 02:57:06PM -0700, Greg KH wrote:
> On Wed, Jun 18, 2003 at 02:10:04PM -0700, David Mosberger wrote:
> > Trivial build fix: pci_domain_nr() cannot be declared unless
> > CONFIG_PCI is defined (otherwise, struct pci_bus hasn't been defined).
>
> Thanks, I've added this to my pci bk tree and will send it off to Linus
> in a bit.

I don't understand. One of the PPC guys saw it too, but how is it
possible? CONFIG_PCI is first mentioned at line 526 of pci.h.
pci_bus is defined at line 446.

-- 
It's always legal to use Linux (TM) systems
http://www.gnu.org/philosophy/why-free.html
-
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/