From: Andrew Morton x86_64 needs this declared too.. arch/x86_64/pci/../../i386/pci/fixup.c: In function `pci_fixup_i450nx': arch/x86_64/pci/../../i386/pci/fixup.c:29: error: `pci_default_sysdata' undeclared (first use in this function) arch/x86_64/pci/../../i386/pci/fixup.c:29: error: (Each undeclared identifier is reported only once arch/x86_64/pci/../../i386/pci/fixup.c:29: error: for each function it appears in.) arch/x86_64/pci/../../i386/pci/fixup.c: In function `pci_fixup_i450gx': arch/x86_64/pci/../../i386/pci/fixup.c:47: error: `pci_default_sysdata' undeclared (first use in this function) Cc: Andy Whitcroft Cc: Greg KH Cc: Jeff Garzik Cc: "Martin J. Bligh" Signed-off-by: Andrew Morton --- include/asm-x86_64/pci.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-x86_64/pci.h~gregkh-pci-x86-pci-domain-support-struct-pci_sysdata-fix-fix include/asm-x86_64/pci.h --- 25/include/asm-x86_64/pci.h~gregkh-pci-x86-pci-domain-support-struct-pci_sysdata-fix-fix 2006-01-11 00:36:08.000000000 -0800 +++ 25-akpm/include/asm-x86_64/pci.h 2006-01-11 00:36:28.000000000 -0800 @@ -9,6 +9,7 @@ struct pci_sysdata { int node; /* NUMA node */ }; +extern struct pci_sysdata pci_default_sysdata; #include /* for struct page */ _