]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[SCSI] atari_NCR5380: Remove obsolete variable oldto
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 6 Jun 2011 20:00:51 +0000 (22:00 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 29 Jun 2011 17:13:31 +0000 (12:13 -0500)
commit 8ce7955aa52c37db1425ea4bd4edcfa67e253454 ("[SCSI] atari_NCR5380:
update_timeout removal") removed all users, but not the avtual variable.

Suggested-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/atari_NCR5380.c

index ea439f93ed81132ad97cbb0885d9893160a6cf22..24652f13dfd9ae04a10a02b96be6d2856eb76623 100644 (file)
@@ -914,7 +914,6 @@ static int NCR5380_queue_command_lck(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *))
 {
        SETUP_HOSTDATA(cmd->device->host);
        Scsi_Cmnd *tmp;
-       int oldto;
        unsigned long flags;
 
 #if (NDEBUG & NDEBUG_NO_WRITE)