This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / pci / fixup-jaguar.c
index 6c5e1d4..29b6a46 100644 (file)
@@ -8,13 +8,14 @@
  * Marvell wants an NDA for their docs so this was written without
  * documentation.  You've been warned.
  *
- * Copyright (C) 2004 Ralf Baechle (ralf@linux-mips.org)
+ * Copyright (C) 2004 Ralf Baechle
  */
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/pci.h>
 
 #include <asm/mipsregs.h>
+#include <asm/pci_channel.h>
 
 /*
  * WARNING: Example of how _NOT_ to do it.
@@ -35,9 +36,3 @@ 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;
-}