[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>
This commit is contained in:
parent
b73c3d7786
commit
301b01aa62
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue