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/atari_scsi.c | |
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/atari_scsi.c')
-rw-r--r-- | drivers/scsi/atari_scsi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/atari_scsi.c b/drivers/scsi/atari_scsi.c index b522134528d6..151beea19b9a 100644 --- a/drivers/scsi/atari_scsi.c +++ b/drivers/scsi/atari_scsi.c | |||
@@ -181,12 +181,7 @@ static inline void DISABLE_IRQ(void) | |||
181 | /***************************** Prototypes *****************************/ | 181 | /***************************** Prototypes *****************************/ |
182 | 182 | ||
183 | #ifdef REAL_DMA | 183 | #ifdef REAL_DMA |
184 | static int scsi_dma_is_ignored_buserr(unsigned char dma_stat); | ||
185 | static void atari_scsi_fetch_restbytes(void); | 184 | static void atari_scsi_fetch_restbytes(void); |
186 | static long atari_scsi_dma_residual(struct Scsi_Host *instance); | ||
187 | static int falcon_classify_cmd(Scsi_Cmnd *cmd); | ||
188 | static unsigned long atari_dma_xfer_len(unsigned long wanted_len, | ||
189 | Scsi_Cmnd *cmd, int write_flag); | ||
190 | #endif | 185 | #endif |
191 | static irqreturn_t scsi_tt_intr(int irq, void *dummy); | 186 | static irqreturn_t scsi_tt_intr(int irq, void *dummy); |
192 | static irqreturn_t scsi_falcon_intr(int irq, void *dummy); | 187 | static irqreturn_t scsi_falcon_intr(int irq, void *dummy); |