The error is: ##pci_fixup.c:80: parse error before `prid' pci_fixup.c:80: `__res' undeclared (first use in this function) pci_fixup.c:80: (Each undeclared identifier is reported only once pci_fixup.c:80: for each function it appears in.) pci_fixup.c: At top level: pci_fixup.c:80: parse error before `)' pci_fixup.c:83: parse error before string constant pci_fixup.c:83: warning: type defaults to `int' in declaration of `printk' pci_fixup.c:83: warning: function declaration isn't a prototype pci_fixup.c:83: warning: data definition has no type or storage class pci_fixup.c:85: parse error before string constant pci_fixup.c:85: warning: type defaults to `int' in declaration of `printk' pci_fixup.c:85: warning: function declaration isn't a prototype pci_fixup.c:85: warning: data definition has no type or storage class pci_fixup.c:134: warning: `fixup_resource' defined but not used make[1]: *** [pci_fixup.o] Error 1 make[1]: Leaving directory `/home/rolf/linux/arch/mips/au1000/common' make: *** [_dir_arch/mips/au1000/common] Error 2 # I can't find where __res is used in pci_fixup.c. Any suggestions? Thanks