[SCSI] drivers/scsi/NCR53C9x.c: make a struct static
This patch makes a needlessly global struct static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:

committed by
James Bottomley

parent
420b4a73de
commit
7dfaa5f40d
@@ -23,8 +23,6 @@
|
||||
#include <asm/dvma.h>
|
||||
#include <asm/irq.h>
|
||||
|
||||
extern struct NCR_ESP *espchain;
|
||||
|
||||
static void dma_barrier(struct NCR_ESP *esp);
|
||||
static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count);
|
||||
static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp);
|
||||
|
Reference in New Issue
Block a user