[SCSI] fusion: make mptspi_target_destroy() static
authorAdrian Bunk <bunk@stusta.de>
Tue, 27 Mar 2007 05:59:46 +0000 (21:59 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 1 Apr 2007 15:11:54 +0000 (10:11 -0500)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptspi.c

index 755dec6..b08416f 100644 (file)
@@ -445,7 +445,7 @@ static int mptspi_target_alloc(struct scsi_target *starget)
        return 0;
 }
 
-void
+static void
 mptspi_target_destroy(struct scsi_target *starget)
 {
        if (starget->hostdata)