]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ncr5380: Remove useless prototypes
authorFinn Thain <fthain@telegraphics.com.au>
Wed, 12 Nov 2014 05:11:51 +0000 (16:11 +1100)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 Nov 2014 08:11:04 +0000 (09:11 +0100)
commited8b9e7f1827ebae902e868866438d1bcdbef0a2
tree1af713fe0ea8468cfad9c0b502f540271ce0abe7
parent48f16c9bef8ee6b699ab8e7c5c55920ddd1c7e8f
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>
drivers/scsi/atari_scsi.c
drivers/scsi/dtc.h
drivers/scsi/g_NCR5380.c
drivers/scsi/g_NCR5380.h
drivers/scsi/mac_scsi.c
drivers/scsi/pas16.c
drivers/scsi/pas16.h
drivers/scsi/sun3_scsi.c
drivers/scsi/sun3_scsi.h
drivers/scsi/t128.c
drivers/scsi/t128.h