Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354242
b: refs/heads/master
c: 63e563a
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 9c0fadf commit c8944ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: b8f4c930e0ff5340e3fea6b1142ccf7100df6d76
refs/heads/master: 63e563af82e643cc0aaf3409fea2328809f2cf36
16 changes: 0 additions & 16 deletions trunk/drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,20 +272,6 @@ static void cs_detach(struct pcmcia_device *link)
cs_release(link);
}

static int mio_cs_suspend(struct pcmcia_device *link)
{
DPRINTK("pm suspend\n");

return 0;
}

static int mio_cs_resume(struct pcmcia_device *link)
{
DPRINTK("pm resume\n");
return 0;
}


static int mio_pcmcia_config_loop(struct pcmcia_device *p_dev, void *priv_data)
{
int base, ret;
Expand Down Expand Up @@ -423,8 +409,6 @@ static struct pcmcia_driver ni_mio_cs_driver = {
.id_table = ni_mio_cs_ids,
.probe = cs_attach,
.remove = cs_detach,
.suspend = mio_cs_suspend,
.resume = mio_cs_resume,
};
module_comedi_pcmcia_driver(driver_ni_mio_cs, ni_mio_cs_driver);

Expand Down

0 comments on commit c8944ae

Please sign in to comment.