Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89253
b: refs/heads/master
c: fc4712d
h: refs/heads/master
i:
  89251: 6993d6f
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 17, 2008
1 parent 2dbd51c commit e677964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: b0316b15ace0570c87b74c81f1296cf7bf8d459e
refs/heads/master: fc4712d12e332a46f200b9ba641855182df282c0
10 changes: 0 additions & 10 deletions trunk/drivers/ata/pdc_adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ struct adma_port_priv {
static int adma_ata_init_one(struct pci_dev *pdev,
const struct pci_device_id *ent);
static int adma_port_start(struct ata_port *ap);
static void adma_host_stop(struct ata_host *host);
static void adma_port_stop(struct ata_port *ap);
static void adma_qc_prep(struct ata_queued_cmd *qc);
static unsigned int adma_qc_issue(struct ata_queued_cmd *qc);
Expand Down Expand Up @@ -159,7 +158,6 @@ static struct ata_port_operations adma_ata_ops = {

.port_start = adma_port_start,
.port_stop = adma_port_stop,
.host_stop = adma_host_stop,
};

static struct ata_port_info adma_port_info[] = {
Expand Down Expand Up @@ -591,14 +589,6 @@ static void adma_port_stop(struct ata_port *ap)
adma_reset_engine(ap);
}

static void adma_host_stop(struct ata_host *host)
{
unsigned int port_no;

for (port_no = 0; port_no < ADMA_PORTS; ++port_no)
adma_reset_engine(host->ports[port_no]);
}

static void adma_host_init(struct ata_host *host, unsigned int chip_id)
{
unsigned int port_no;
Expand Down

0 comments on commit e677964

Please sign in to comment.