diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:11:51 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:04 -0500 |
commit | ed8b9e7f1827ebae902e868866438d1bcdbef0a2 (patch) | |
tree | 1af713fe0ea8468cfad9c0b502f540271ce0abe7 /drivers/scsi/t128.h | |
parent | 48f16c9bef8ee6b699ab8e7c5c55920ddd1c7e8f (diff) |
ncr5380: Remove useless prototypes
Add missing static qualifiers and remove the now pointless prototypes. The
NCR5380_* prototypes are all declared in NCR5380.h and renamed using macros.
Further declarations are redundant (some are completely unused). Remove
them.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/t128.h')
-rw-r--r-- | drivers/scsi/t128.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/t128.h b/drivers/scsi/t128.h index fd68cecc62af..82959ed89a18 100644 --- a/drivers/scsi/t128.h +++ b/drivers/scsi/t128.h | |||
@@ -88,12 +88,6 @@ | |||
88 | #define T_DATA_REG_OFFSET 0x1e00 /* rw 512 bytes long */ | 88 | #define T_DATA_REG_OFFSET 0x1e00 /* rw 512 bytes long */ |
89 | 89 | ||
90 | #ifndef ASM | 90 | #ifndef ASM |
91 | static int t128_abort(struct scsi_cmnd *); | ||
92 | static int t128_biosparam(struct scsi_device *, struct block_device *, | ||
93 | sector_t, int*); | ||
94 | static int t128_detect(struct scsi_host_template *); | ||
95 | static int t128_queue_command(struct Scsi_Host *, struct scsi_cmnd *); | ||
96 | static int t128_bus_reset(struct scsi_cmnd *); | ||
97 | 91 | ||
98 | #ifndef CMD_PER_LUN | 92 | #ifndef CMD_PER_LUN |
99 | #define CMD_PER_LUN 2 | 93 | #define CMD_PER_LUN 2 |