Browse Source

[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>
Moore, Eric Dean 20 years ago
parent
commit
e0fc15bef0
2 changed files with 1 additions and 1 deletions
  1. 1 0
      drivers/message/fusion/mptscsih.c
  2. 0 1
      drivers/message/fusion/mptscsih.h

+ 1 - 0
drivers/message/fusion/mptscsih.c

@@ -62,6 +62,7 @@
 #include <scsi/scsi_device.h>
 #include <scsi/scsi_device.h>
 #include <scsi/scsi_host.h>
 #include <scsi/scsi_host.h>
 #include <scsi/scsi_tcq.h>
 #include <scsi/scsi_tcq.h>
+#include <scsi/scsi_dbg.h>
 
 
 #include "mptbase.h"
 #include "mptbase.h"
 #include "mptscsih.h"
 #include "mptscsih.h"

+ 0 - 1
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_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
 extern int mptscsih_change_queue_depth(struct scsi_device *sdev, int qdepth);
 extern int mptscsih_change_queue_depth(struct scsi_device *sdev, int qdepth);
 extern void mptscsih_timer_expired(unsigned long data);
 extern void mptscsih_timer_expired(unsigned long data);
-extern void scsi_print_command(struct scsi_cmnd *cmd);