]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
qla2xxx: Fix sparse warning in qla_iocb.c file.
authorJoe Carnuccio <joe.carnuccio@qlogic.com>
Thu, 25 Sep 2014 09:17:05 +0000 (05:17 -0400)
committerChristoph Hellwig <hch@lst.de>
Thu, 25 Sep 2014 12:25:05 +0000 (14:25 +0200)
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla2xxx/qla_iocb.c

index 150529d98db47f134ffc73db49a4a1cca76747c3..6a6867d24d9fc85122b02e6b2bfb855454671f94 100644 (file)
@@ -2648,7 +2648,7 @@ queuing_error:
        return QLA_FUNCTION_FAILED;
 }
 
-void
+static void
 qla24xx_abort_iocb(srb_t *sp, struct abort_entry_24xx *abt_iocb)
 {
        struct srb_iocb *aio = &sp->u.iocb_cmd;