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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index 10ccf278d5be..6a196c27b0aa 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -1233,6 +1233,10 @@ static void drive_release_dev (struct device *dev)
1233 complete(&drive->gendev_rel_comp); 1233 complete(&drive->gendev_rel_comp);
1234} 1234}
1235 1235
1236#ifndef ide_default_irq
1237#define ide_default_irq(irq) 0
1238#endif
1239
1236static int hwif_init(ide_hwif_t *hwif) 1240static int hwif_init(ide_hwif_t *hwif)
1237{ 1241{
1238 int old_irq; 1242 int old_irq;