• Andrew Morton's avatar
    [PATCH] fix ide-scsi for ide_drive_t->queue change · 83415795
    Andrew Morton authored
    From: Mikael Pettersson <mikpe@csd.uu.se>
    
    This patch fixes ide-scsi.c for the ide_drive_t->queue type change
    in 2.6.0-test3.
    
    Without the patch you'll get these new warnings in -test3:
    
    drivers/scsi/ide-scsi.c: In function `idescsi_abort':
    drivers/scsi/ide-scsi.c:875: warning: passing arg 1 of `elv_queue_empty' from incompatible pointer type
    drivers/scsi/ide-scsi.c: In function `idescsi_reset':
    drivers/scsi/ide-scsi.c:902: warning: passing arg 1 of `elv_next_request' from incompatible pointer type
    83415795
ide-scsi.c 29.5 KB