]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SCSI] qla2xxx: qla2x00_sp_compl can be static.
authorFengguang Wu <fengguang.wu@intel.com>
Thu, 25 Apr 2013 05:29:19 +0000 (01:29 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 2 May 2013 22:54:33 +0000 (15:54 -0700)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_os.c

index a083715843bdca6b55cdd449641c02b6eb2ef4bb..7b621c2cbf1963c17b10464a8789dae262612dff 100644 (file)
@@ -644,7 +644,7 @@ qla2x00_sp_free_dma(void *vha, void *ptr)
        qla2x00_rel_sp(sp->fcport->vha, sp);
 }
 
-void
+static void
 qla2x00_sp_compl(void *data, void *ptr, int res)
 {
        struct qla_hw_data *ha = (struct qla_hw_data *)data;