aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/ti/pci7420/firewire.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/ti/pci7420/firewire.c')
-rw-r--r--src/southbridge/ti/pci7420/firewire.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/southbridge/ti/pci7420/firewire.c b/src/southbridge/ti/pci7420/firewire.c
index ef06ea6a3b..a327745168 100644
--- a/src/southbridge/ti/pci7420/firewire.c
+++ b/src/southbridge/ti/pci7420/firewire.c
@@ -11,15 +11,6 @@
static void pci7420_firewire_init(struct device *dev)
{
printk(BIOS_DEBUG, "TI PCI7420/7620 FireWire init\n");
-
-#ifdef ODD_IRQ_FIXUP
- /* This is a workaround for buggy kernels. This should
- * probably be read from the device tree, but as long
- * as only one mainboard is using this bridge it does
- * not matter
- */
- pci_write_config8(dev, PCI_INTERRUPT_PIN, INTC);
-#endif
}
static struct device_operations ti_pci7420_firewire_ops = {