Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317693
b: refs/heads/master
c: 27fa05b
h: refs/heads/master
i:
  317691: 8a9e605
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 29e67bd commit 4ae596a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 36061c842be56f62bf77d7339bc4581a38e03846
refs/heads/master: 27fa05bc3726430c5b369a3ffbe63d38ac7196d7
16 changes: 8 additions & 8 deletions trunk/drivers/staging/comedi/drivers/das08_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@ static const struct pcmcia_device_id das08_cs_id_table[] = {

MODULE_DEVICE_TABLE(pcmcia, das08_cs_id_table);

struct pcmcia_driver das08_cs_driver = {
.probe = das08_pcmcia_attach,
.remove = das08_pcmcia_detach,
.suspend = das08_pcmcia_suspend,
.resume = das08_pcmcia_resume,
.id_table = das08_cs_id_table,
.owner = THIS_MODULE,
.name = "pcm-das08",
static struct pcmcia_driver das08_cs_driver = {
.name = "pcm-das08",
.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,
};

static int __init das08_cs_init_module(void)
Expand Down

0 comments on commit 4ae596a

Please sign in to comment.