Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2035
b: refs/heads/master
c: 7dfaa5f
h: refs/heads/master
i:
  2033: bdde09a
  2031: 0ee3316
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed May 20, 2005
1 parent edad851 commit 088e01c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 420b4a73de8e36f0da486056189da66b0a164398
refs/heads/master: 7dfaa5f40da87e85b3883b102bbf1bf3f3b42534
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/NCR53C9x.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ enum {
};

/* The master ring of all esp hosts we are managing in this driver. */
struct NCR_ESP *espchain;
static struct NCR_ESP *espchain;
int nesps = 0, esps_in_use = 0, esps_running = 0;

irqreturn_t esp_intr(int irq, void *dev_id, struct pt_regs *pregs);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/sun3x_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 088e01c

Please sign in to comment.