ide: use per-port IRQ handlers
[deliverable/linux.git] / include / linux / ide.h
index 3de13df8bcef91d25cc00cbe6447ef567feebc94..f5382ad0bd4c72e87db2d83c9c27bd015a76cd29 100644 (file)
@@ -1274,14 +1274,14 @@ extern void ide_stall_queue(ide_drive_t *drive, unsigned long timeout);
 extern void ide_timer_expiry(unsigned long);
 extern irqreturn_t ide_intr(int irq, void *dev_id);
 
-static inline int ide_lock_hwgroup(ide_hwgroup_t *hwgroup)
+static inline int ide_lock_hwgroup(ide_hwgroup_t *hwgroup, ide_hwif_t *hwif)
 {
        if (hwgroup->busy)
                return 1;
 
        hwgroup->busy = 1;
        /* for atari only */
-       ide_get_lock(ide_intr, hwgroup);
+       ide_get_lock(ide_intr, hwif);
 
        return 0;
 }
This page took 0.024482 seconds and 5 git commands to generate.