aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.h
diff options
context:
space:
mode:
authorMoore, Eric <Eric.Moore@lsil.com>2006-03-14 11:14:06 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-03-14 15:33:18 -0500
commitc972c70fa03097be4235fc441658290a3b7af06f (patch)
tree16cc86cd334fc11422f133504cd3c38fdebe1223 /drivers/message/fusion/mptbase.h
parent3a892bef3f7e94c4d6c2c20b9a1b546f43679fd3 (diff)
[SCSI] fusion - static fix's
Patch previously provided from Adrian Bunk <bunk@stusta.de>, moving some functions to static. This is already in the -mm tree. Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r--drivers/message/fusion/mptbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h
index fb22b28d1ab6..2b9c8b5522fa 100644
--- a/drivers/message/fusion/mptbase.h
+++ b/drivers/message/fusion/mptbase.h
@@ -1027,7 +1027,6 @@ extern int mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *cfg);
1027extern void mpt_alloc_fw_memory(MPT_ADAPTER *ioc, int size); 1027extern void mpt_alloc_fw_memory(MPT_ADAPTER *ioc, int size);
1028extern void mpt_free_fw_memory(MPT_ADAPTER *ioc); 1028extern void mpt_free_fw_memory(MPT_ADAPTER *ioc);
1029extern int mpt_findImVolumes(MPT_ADAPTER *ioc); 1029extern int mpt_findImVolumes(MPT_ADAPTER *ioc);
1030extern int mpt_read_ioc_pg_3(MPT_ADAPTER *ioc);
1031extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode); 1030extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode);
1032extern int mptbase_GetFcPortPage0(MPT_ADAPTER *ioc, int portnum); 1031extern int mptbase_GetFcPortPage0(MPT_ADAPTER *ioc, int portnum);
1033 1032