diff options
author | Moore, Eric Dean <Eric.Moore@lsil.com> | 2005-09-15 13:17:14 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-09-19 12:48:22 -0500 |
commit | e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8 (patch) | |
tree | f7a96e8b93a0de251b25c2b6543c115eba3abc8c /drivers/message/fusion/mptscsih.h | |
parent | 466544d8898fc87ed6e2e62ac14af7c50ab7a1a4 (diff) | |
download | talos-op-linux-e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8.tar.gz talos-op-linux-e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8.zip |
[SCSI] fusion SAS support (mptsas driver) minor fix
On Thursday, September 15, 2005 6:22 AM, Christoph Hellwig wrote:
> Looks good to me, except for the spurious scsi_print_command prototype
> in mptscsih.h.
The attached patch addresses that concern.
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptscsih.h')
-rw-r--r-- | drivers/message/fusion/mptscsih.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptscsih.h b/drivers/message/fusion/mptscsih.h index 09389af9845e..971fda4b8b57 100644 --- a/drivers/message/fusion/mptscsih.h +++ b/drivers/message/fusion/mptscsih.h @@ -106,4 +106,3 @@ 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 void scsi_print_command(struct scsi_cmnd *cmd); |