Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317697
b: refs/heads/master
c: eb97e08
h: refs/heads/master
i:
  317695: 6bd2b17
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 636e497 commit d6e4a2b
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: 44378f65f1b528d3a368a515598e44a73a9c3a76
refs/heads/master: eb97e08e04048d47d5a16a9c6428cda5dda8c4f1
12 changes: 0 additions & 12 deletions trunk/drivers/staging/comedi/drivers/das08_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,6 @@ static void das08_pcmcia_detach(struct pcmcia_device *link)

}

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

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

static const struct pcmcia_device_id das08_cs_id_table[] = {
PCMCIA_DEVICE_MANF_CARD(0x01c5, 0x4001),
PCMCIA_DEVICE_NULL
Expand All @@ -205,8 +195,6 @@ static struct pcmcia_driver das08_cs_driver = {
.owner = THIS_MODULE,
.probe = das08_pcmcia_attach,
.remove = das08_pcmcia_detach,
.suspend = das08_pcmcia_suspend,
.resume = das08_pcmcia_resume,
.id_table = das08_cs_id_table,
};

Expand Down

0 comments on commit d6e4a2b

Please sign in to comment.