浏览代码

[SCSI] fusion: make mptspi_target_destroy() static

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>
Adrian Bunk 18 年之前
父节点
当前提交
301b01aa62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/message/fusion/mptspi.c

+ 1 - 1
drivers/message/fusion/mptspi.c

@@ -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)