diff options
author | Michael Reed <mdr@sgi.com> | 2006-05-24 15:07:09 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 15:58:37 -0500 |
commit | 80d3ac77a84987d5132726f3d7cef342a280f7d9 (patch) | |
tree | cb126b63a06eed078cd7daa95a998d01f3df015e /drivers/message/fusion/mptbase.h | |
parent | f0cd91a68acdc9b49d7f6738b514a426da627649 (diff) | |
download | talos-op-linux-80d3ac77a84987d5132726f3d7cef342a280f7d9.tar.gz talos-op-linux-80d3ac77a84987d5132726f3d7cef342a280f7d9.zip |
[SCSI] mptfusion: move fc event/reset handling to mptfc
Move fibre channel event and reset handling to mptfc. This will
result in fewer changes over time that need to be applied to
either mptbase.c or mptscsih.c.
Signed-off-by: Michael Reed <mdr@sgi.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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index f673cca507e1..693c95c9034a 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -1027,7 +1027,6 @@ extern void mpt_alloc_fw_memory(MPT_ADAPTER *ioc, int size); extern void mpt_free_fw_memory(MPT_ADAPTER *ioc); extern int mpt_findImVolumes(MPT_ADAPTER *ioc); extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode); -extern int mptbase_GetFcPortPage0(MPT_ADAPTER *ioc, int portnum); /* * Public data decl's... |