X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmips%2Fpci%2Ffixup-jaguar.c;h=6c5e1d47179c3cd151b79841fbde03b4922aa2c5;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=29b6a461550ff63030511bd4ed2fbc5058783d85;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/mips/pci/fixup-jaguar.c b/arch/mips/pci/fixup-jaguar.c index 29b6a4615..6c5e1d471 100644 --- a/arch/mips/pci/fixup-jaguar.c +++ b/arch/mips/pci/fixup-jaguar.c @@ -8,14 +8,13 @@ * Marvell wants an NDA for their docs so this was written without * documentation. You've been warned. * - * Copyright (C) 2004 Ralf Baechle + * Copyright (C) 2004 Ralf Baechle (ralf@linux-mips.org) */ #include #include #include #include -#include /* * WARNING: Example of how _NOT_ to do it. @@ -36,3 +35,9 @@ int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) return 0; panic("Whooops in pcibios_map_irq"); } + +/* Do platform specific device initialization at pci_enable_device() time */ +int pcibios_plat_dev_init(struct pci_dev *dev) +{ + return 0; +}