]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/platforms/cell/setup.c
[POWERPC] Make pci_read_irq_line the default
[mv-sheeva.git] / arch / powerpc / platforms / cell / setup.c
index 22c228a49c3373af2cd287b325cea089ad961efa..1944bb413f04e38e3de051cb7a16b154ba1f4379 100644 (file)
@@ -80,14 +80,6 @@ static void cell_progress(char *s, unsigned short hex)
        printk("*** %04x : %s\n", hex, s ? s : "");
 }
 
-static void __init cell_pcibios_fixup(void)
-{
-       struct pci_dev *dev = NULL;
-
-       for_each_pci_dev(dev)
-               pci_read_irq_line(dev);
-}
-
 static void __init cell_init_irq(void)
 {
        iic_init_IRQ();
@@ -180,7 +172,6 @@ define_machine(cell) {
        .check_legacy_ioport    = cell_check_legacy_ioport,
        .progress               = cell_progress,
        .init_IRQ               = cell_init_irq,
-       .pcibios_fixup          = cell_pcibios_fixup,
 #ifdef CONFIG_KEXEC
        .machine_kexec          = default_machine_kexec,
        .machine_kexec_prepare  = default_machine_kexec_prepare,