aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.h
diff options
context:
space:
mode:
authorJames Bottomley <jejb@titanic.(none)>2006-01-29 12:10:24 -0600
committerJames Bottomley <jejb@titanic.(none)>2006-01-31 14:39:43 -0600
commit663e1aa12f9fc338fccee09f98d9f5bf68517f72 (patch)
treec6d5dfec129285c284222f08983cfc6365918eed /drivers/message/fusion/mptscsih.h
parentfda4c2c8d0c9e22e3b9eeb6d75706d876af988f8 (diff)
downloadkernel_samsung_smdk4412-663e1aa12f9fc338fccee09f98d9f5bf68517f72.zip
kernel_samsung_smdk4412-663e1aa12f9fc338fccee09f98d9f5bf68517f72.tar.gz
kernel_samsung_smdk4412-663e1aa12f9fc338fccee09f98d9f5bf68517f72.tar.bz2
[SCSI] fusion: fix compile
The prior fusion patches moved an invocation of a function, mptscsih_TMHandler(), static to mptscsih.c into mptsas.c Make the function unstatic, move the header to mptscsih.h and export it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptscsih.h')
-rw-r--r--drivers/message/fusion/mptscsih.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptscsih.h b/drivers/message/fusion/mptscsih.h
index d3cba12..44b248d 100644
--- a/drivers/message/fusion/mptscsih.h
+++ b/drivers/message/fusion/mptscsih.h
@@ -108,3 +108,4 @@ extern int mptscsih_event_process(MPT_ADAPTER *ioc, EventNotificationReply_t *pE
extern int mptscsih_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
extern int mptscsih_change_queue_depth(struct scsi_device *sdev, int qdepth);
extern void mptscsih_timer_expired(unsigned long data);
+extern int mptscsih_TMHandler(MPT_SCSI_HOST *hd, u8 type, u8 channel, u8 target, u8 lun, int ctx2abort, ulong timeout);