diff options
Diffstat (limited to 'drivers/scsi/g_NCR5380.h')
-rw-r--r-- | drivers/scsi/g_NCR5380.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/g_NCR5380.h b/drivers/scsi/g_NCR5380.h index fb530027a889..75e7e4983263 100644 --- a/drivers/scsi/g_NCR5380.h +++ b/drivers/scsi/g_NCR5380.h | |||
@@ -39,12 +39,6 @@ | |||
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifndef ASM | 41 | #ifndef ASM |
42 | static int generic_NCR5380_abort(Scsi_Cmnd *); | ||
43 | static int generic_NCR5380_detect(struct scsi_host_template *); | ||
44 | static int generic_NCR5380_release_resources(struct Scsi_Host *); | ||
45 | static int generic_NCR5380_queue_command(struct Scsi_Host *, struct scsi_cmnd *); | ||
46 | static int generic_NCR5380_bus_reset(Scsi_Cmnd *); | ||
47 | static const char* generic_NCR5380_info(struct Scsi_Host *); | ||
48 | 42 | ||
49 | #ifndef CMD_PER_LUN | 43 | #ifndef CMD_PER_LUN |
50 | #define CMD_PER_LUN 2 | 44 | #define CMD_PER_LUN 2 |