aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r--drivers/ide/ide-probe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index 504bc9480e93..b0f9ededfad7 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -1125,8 +1125,7 @@ static int init_irq (ide_hwif_t *hwif)
1125 sa = IRQF_SHARED; 1125 sa = IRQF_SHARED;
1126#endif /* __mc68000__ */ 1126#endif /* __mc68000__ */
1127 1127
1128 if (hwif->chipset == ide_pci || hwif->chipset == ide_cmd646 || 1128 if (hwif->chipset == ide_pci || hwif->chipset == ide_cmd646)
1129 hwif->chipset == ide_ali14xx)
1130 sa = IRQF_SHARED; 1129 sa = IRQF_SHARED;
1131 1130
1132 if (io_ports->ctl_addr) 1131 if (io_ports->ctl_addr)