summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion
diff options
context:
space:
mode:
authorAdrian Bunk2007-03-27 07:59:46 +0200
committerJames Bottomley2007-04-01 17:11:54 +0200
commit301b01aa621305e8d59a2eb948b4ad7bf26be86e (patch)
treeae30ad88aeb9da4224dfa757f658d59b05782399 /drivers/message/fusion
parent[SCSI] Remove some unused SCSI-related kernel config variables. (diff)
downloadkernel-qcow2-linux-301b01aa621305e8d59a2eb948b4ad7bf26be86e.tar.gz
kernel-qcow2-linux-301b01aa621305e8d59a2eb948b4ad7bf26be86e.tar.xz
kernel-qcow2-linux-301b01aa621305e8d59a2eb948b4ad7bf26be86e.zip
[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')
-rw-r--r--drivers/message/fusion/mptspi.c2
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)
return 0;
}
-void
+static void
mptspi_target_destroy(struct scsi_target *starget)
{
if (starget->hostdata)