Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142128
b: refs/heads/master
c: 9387edb
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Apr 3, 2009
1 parent dc58d1e commit eaa0157
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: e0aae1a53133f0d7833c8f358a0ccc7055fc5b28
refs/heads/master: 9387edbe6045f0bde88f0f0ace51e0ead8a318fe
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/a3000.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

static struct Scsi_Host *a3000_host = NULL;

static int a3000_release(struct Scsi_Host *instance);

static irqreturn_t a3000_intr (int irq, void *dummy)
{
unsigned long flags;
Expand Down Expand Up @@ -157,7 +159,7 @@ static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt,
}
}

int __init a3000_detect(struct scsi_host_template *tpnt)
static int __init a3000_detect(struct scsi_host_template *tpnt)
{
wd33c93_regs regs;

Expand Down Expand Up @@ -232,7 +234,7 @@ static struct scsi_host_template driver_template = {

#include "scsi_module.c"

int a3000_release(struct Scsi_Host *instance)
static int a3000_release(struct Scsi_Host *instance)
{
wd33c93_release();
DMA(instance)->CNTR = 0;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/scsi/a3000.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

#include <linux/types.h>

int a3000_detect(struct scsi_host_template *);
int a3000_release(struct Scsi_Host *);

#ifndef CMD_PER_LUN
#define CMD_PER_LUN 2
#endif
Expand Down

0 comments on commit eaa0157

Please sign in to comment.