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/sun3_scsi.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/sun3_scsi.h')
-rw-r--r-- | drivers/scsi/sun3_scsi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/sun3_scsi.h b/drivers/scsi/sun3_scsi.h index 4846c324ea76..b3163a5f11c7 100644 --- a/drivers/scsi/sun3_scsi.h +++ b/drivers/scsi/sun3_scsi.h | |||
@@ -43,13 +43,6 @@ | |||
43 | 43 | ||
44 | #define IOBASE_SUN3_VMESCSI 0xff200000 | 44 | #define IOBASE_SUN3_VMESCSI 0xff200000 |
45 | 45 | ||
46 | static int sun3scsi_abort(struct scsi_cmnd *); | ||
47 | static int sun3scsi_detect (struct scsi_host_template *); | ||
48 | static const char *sun3scsi_info (struct Scsi_Host *); | ||
49 | static int sun3scsi_bus_reset(struct scsi_cmnd *); | ||
50 | static int sun3scsi_queue_command(struct Scsi_Host *, struct scsi_cmnd *); | ||
51 | static int sun3scsi_release (struct Scsi_Host *); | ||
52 | |||
53 | #ifndef CMD_PER_LUN | 46 | #ifndef CMD_PER_LUN |
54 | #define CMD_PER_LUN 2 | 47 | #define CMD_PER_LUN 2 |
55 | #endif | 48 | #endif |