Commit 301b01aa authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[SCSI] fusion: make mptspi_target_destroy() static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarEric Moore <Eric.Moore@lsi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent b73c3d77
...@@ -445,7 +445,7 @@ static int mptspi_target_alloc(struct scsi_target *starget) ...@@ -445,7 +445,7 @@ static int mptspi_target_alloc(struct scsi_target *starget)
return 0; return 0;
} }
void static void
mptspi_target_destroy(struct scsi_target *starget) mptspi_target_destroy(struct scsi_target *starget)
{ {
if (starget->hostdata) if (starget->hostdata)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment