Skip to content

Commit

Permalink
[SCSI] fusion: make mptspi_target_destroy() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Apr 1, 2007
1 parent b73c3d7 commit 301b01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/message/fusion/mptspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 301b01a

Please sign in to comment.