diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 17:04:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 17:04:37 -0500 |
commit | d72d6f1b5647258e83819b51f72fe37e2b7d7965 (patch) | |
tree | d3a08af50624d9b3e2287367b7e9f5fcc93bdce5 /drivers/scsi/pci2000.h | |
parent | 33ddcbbfb1d9f1bf1259531ae0ba8400ea3c8ba1 (diff) | |
parent | 8a87a0b6313109d2fea87b1271d497c954ce2ca8 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Diffstat (limited to 'drivers/scsi/pci2000.h')
-rw-r--r-- | drivers/scsi/pci2000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pci2000.h b/drivers/scsi/pci2000.h index 6c962d7dca47..0ebd8ce9e1de 100644 --- a/drivers/scsi/pci2000.h +++ b/drivers/scsi/pci2000.h | |||
@@ -184,7 +184,7 @@ typedef struct _INQUIRYDATA | |||
184 | #endif | 184 | #endif |
185 | 185 | ||
186 | // function prototypes | 186 | // function prototypes |
187 | int Pci2000_Detect (Scsi_Host_Template *tpnt); | 187 | int Pci2000_Detect (struct scsi_host_template *tpnt); |
188 | int Pci2000_Command (Scsi_Cmnd *SCpnt); | 188 | int Pci2000_Command (Scsi_Cmnd *SCpnt); |
189 | int Pci2000_QueueCommand (Scsi_Cmnd *SCpnt, void (*done)(Scsi_Cmnd *)); | 189 | int Pci2000_QueueCommand (Scsi_Cmnd *SCpnt, void (*done)(Scsi_Cmnd *)); |
190 | int Pci2000_Abort (Scsi_Cmnd *SCpnt); | 190 | int Pci2000_Abort (Scsi_Cmnd *SCpnt); |