diff options
Diffstat (limited to 'drivers/scsi/dtc.h')
-rw-r--r-- | drivers/scsi/dtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/dtc.h b/drivers/scsi/dtc.h index 46ad3403bda7..48e2c399ace6 100644 --- a/drivers/scsi/dtc.h +++ b/drivers/scsi/dtc.h | |||
@@ -65,6 +65,7 @@ | |||
65 | #define NCR5380_queue_command dtc_queue_command | 65 | #define NCR5380_queue_command dtc_queue_command |
66 | #define NCR5380_abort dtc_abort | 66 | #define NCR5380_abort dtc_abort |
67 | #define NCR5380_bus_reset dtc_bus_reset | 67 | #define NCR5380_bus_reset dtc_bus_reset |
68 | #define NCR5380_info dtc_info | ||
68 | #define NCR5380_show_info dtc_show_info | 69 | #define NCR5380_show_info dtc_show_info |
69 | #define NCR5380_write_info dtc_write_info | 70 | #define NCR5380_write_info dtc_write_info |
70 | 71 | ||