diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-03-27 01:59:46 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-04-01 11:11:54 -0400 |
commit | 301b01aa621305e8d59a2eb948b4ad7bf26be86e (patch) | |
tree | ae30ad88aeb9da4224dfa757f658d59b05782399 /drivers/message/fusion/mptspi.c | |
parent | b73c3d778647bffff6dbcbe41e8fc01215a22194 (diff) |
[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>
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index 755dec6b7acc..b08416f84edc 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -445,7 +445,7 @@ static int mptspi_target_alloc(struct scsi_target *starget) | |||
445 | return 0; | 445 | return 0; |
446 | } | 446 | } |
447 | 447 | ||
448 | void | 448 | static void |
449 | mptspi_target_destroy(struct scsi_target *starget) | 449 | mptspi_target_destroy(struct scsi_target *starget) |
450 | { | 450 | { |
451 | if (starget->hostdata) | 451 | if (starget->hostdata) |