diff options
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r-- | drivers/ide/setup-pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index bbfdf7e0f182..d89f84d41b08 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c | |||
@@ -555,8 +555,6 @@ void ide_pci_setup_ports(struct pci_dev *dev, const struct ide_port_info *d, int | |||
555 | (d->host_flags & IDE_HFLAG_FORCE_LEGACY_IRQS)) | 555 | (d->host_flags & IDE_HFLAG_FORCE_LEGACY_IRQS)) |
556 | hwif->irq = port ? 15 : 14; | 556 | hwif->irq = port ? 15 : 14; |
557 | 557 | ||
558 | hwif->fixup = d->fixup; | ||
559 | |||
560 | hwif->host_flags = d->host_flags; | 558 | hwif->host_flags = d->host_flags; |
561 | hwif->pio_mask = d->pio_mask; | 559 | hwif->pio_mask = d->pio_mask; |
562 | 560 | ||