Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317591
b: refs/heads/master
c: 2b5f548
h: refs/heads/master
i:
  317589: 3059645
  317587: dc897d4
  317583: a9eeac6
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 52d0cdb commit 8c2563c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: c8b2ae2b98bad7870ec6be24e517bacffd76ea8e
refs/heads/master: 2b5f548082d8b6442a4a76ff92276c4606441ada
12 changes: 0 additions & 12 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,16 +679,6 @@ static void das16cs_pcmcia_detach(struct pcmcia_device *link)
cur_dev = NULL;
}

static int das16cs_pcmcia_suspend(struct pcmcia_device *link)
{
return 0;
}

static int das16cs_pcmcia_resume(struct pcmcia_device *link)
{
return 0;
}

static const struct pcmcia_device_id das16cs_id_table[] = {
PCMCIA_DEVICE_MANF_CARD(0x01c5, 0x0039),
PCMCIA_DEVICE_MANF_CARD(0x01c5, 0x4009),
Expand All @@ -701,8 +691,6 @@ static struct pcmcia_driver das16cs_driver = {
.owner = THIS_MODULE,
.probe = das16cs_pcmcia_attach,
.remove = das16cs_pcmcia_detach,
.suspend = das16cs_pcmcia_suspend,
.resume = das16cs_pcmcia_resume,
.id_table = das16cs_id_table,
};

Expand Down

0 comments on commit 8c2563c

Please sign in to comment.