Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354246
b: refs/heads/master
c: aaefe84
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 6000b3e commit 673f6bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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: e5e7ff89e660e8e1a0861062197f3fd4d7576c41
refs/heads/master: aaefe848e056474a583b43c13c4891fbda50caa4
17 changes: 7 additions & 10 deletions trunk/drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,6 @@ static uint16_t mio_cs_win_in(struct comedi_device *dev, int addr)
return ret;
}

static int mio_cs_attach(struct comedi_device *dev,
struct comedi_devconfig *it);
static void mio_cs_detach(struct comedi_device *dev);
static struct comedi_driver driver_ni_mio_cs = {
.driver_name = "ni_mio_cs",
.module = THIS_MODULE,
.attach = mio_cs_attach,
.detach = mio_cs_detach,
};

#include "ni_mio_common.c"

static int ni_getboardtype(struct comedi_device *dev,
Expand Down Expand Up @@ -334,6 +324,13 @@ static int ni_getboardtype(struct comedi_device *dev,
return 0;
}

static struct comedi_driver driver_ni_mio_cs = {
.driver_name = "ni_mio_cs",
.module = THIS_MODULE,
.attach = mio_cs_attach,
.detach = mio_cs_detach,
};

static int mio_pcmcia_config_loop(struct pcmcia_device *p_dev, void *priv_data)
{
int base, ret;
Expand Down

0 comments on commit 673f6bc

Please sign in to comment.