Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354239
b: refs/heads/master
c: 27629c6
h: refs/heads/master
i:
  354237: 5fddf88
  354235: dd63a8b
  354231: 5a41f03
  354223: d46686d
  354207: bcdbc1c
  354175: 939cfc5
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 167116b commit 0e89c24
Show file tree
Hide file tree
Showing 2 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: b7c0afa4b68c7b1cacaa4511721347682f7e1558
refs/heads/master: 27629c600d6090af0f9d5af9a09bf9dd2aff5adf
9 changes: 4 additions & 5 deletions trunk/drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,7 @@ static const struct pcmcia_device_id ni_mio_cs_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x010b, 0x0245), /* DAQCard-6036E */
PCMCIA_DEVICE_NULL
};

MODULE_DEVICE_TABLE(pcmcia, ni_mio_cs_ids);
MODULE_AUTHOR("David A. Schleef <ds@schleef.org>");
MODULE_DESCRIPTION("Comedi driver for National Instruments DAQCard E series");
MODULE_LICENSE("GPL");

static struct pcmcia_driver ni_mio_cs_driver = {
.probe = &cs_attach,
Expand All @@ -431,5 +427,8 @@ static struct pcmcia_driver ni_mio_cs_driver = {
.owner = THIS_MODULE,
.name = "ni_mio_cs",
};

module_comedi_pcmcia_driver(driver_ni_mio_cs, ni_mio_cs_driver);

MODULE_DESCRIPTION("Comedi driver for National Instruments DAQCard E series");
MODULE_AUTHOR("David A. Schleef <ds@schleef.org>");
MODULE_LICENSE("GPL");

0 comments on commit 0e89c24

Please sign in to comment.