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>
This commit is contained in:

committed by
Christoph Hellwig

parent
48f16c9bef
commit
ed8b9e7f18
@@ -56,8 +56,6 @@
|
||||
|
||||
#define RESET_BOOT
|
||||
|
||||
extern void via_scsi_clear(void);
|
||||
|
||||
#ifdef RESET_BOOT
|
||||
static void mac_scsi_reset_boot(struct Scsi_Host *instance);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user