summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/dtc.c')
-rw-r--r--drivers/scsi/dtc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c
index 30d3e73f70ca..df17904bbe12 100644
--- a/drivers/scsi/dtc.c
+++ b/drivers/scsi/dtc.c
@@ -322,7 +322,8 @@ static int dtc_biosparam(struct scsi_device *sdev, struct block_device *dev,
322 * timeout. 322 * timeout.
323*/ 323*/
324 324
325static inline int NCR5380_pread(struct Scsi_Host *instance, unsigned char *dst, int len) 325static inline int dtc_pread(struct Scsi_Host *instance,
326 unsigned char *dst, int len)
326{ 327{
327 unsigned char *d = dst; 328 unsigned char *d = dst;
328 int i; /* For counting time spent in the poll-loop */ 329 int i; /* For counting time spent in the poll-loop */
@@ -367,7 +368,8 @@ static inline int NCR5380_pread(struct Scsi_Host *instance, unsigned char *dst,
367 * timeout. 368 * timeout.
368*/ 369*/
369 370
370static inline int NCR5380_pwrite(struct Scsi_Host *instance, unsigned char *src, int len) 371static inline int dtc_pwrite(struct Scsi_Host *instance,
372 unsigned char *src, int len)
371{ 373{
372 int i; 374 int i;
373 struct NCR5380_hostdata *hostdata = shost_priv(instance); 375 struct NCR5380_hostdata *hostdata = shost_priv(instance);