Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354319
b: refs/heads/master
c: 7044ae8
h: refs/heads/master
i:
  354317: e9e118b
  354315: 4ac273d
  354311: 06a0c3b
  354303: b1d2044
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent dbf9e3f commit 85f9810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 0bfc02b8e58abcc0c1f03638a34650c3eaee36f9
refs/heads/master: 7044ae812bd0c3a483d860efd6fd2f0e2ff5d22b
14 changes: 0 additions & 14 deletions trunk/drivers/staging/comedi/drivers/ni_daq_dio24.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,6 @@ static void dio24_config(struct pcmcia_device *link)
pcmcia_disable_device(link);
}

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

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

/*====================================================================*/

static const struct pcmcia_device_id dio24_cs_ids[] = {
/* N.B. These IDs should match those in dio24_boards */
PCMCIA_DEVICE_MANF_CARD(0x010b, 0x475c), /* daqcard-dio24 */
Expand All @@ -286,8 +274,6 @@ static struct pcmcia_driver dio24_cs_driver = {
.id_table = dio24_cs_ids,
.probe = dio24_cs_attach,
.remove = dio24_cs_detach,
.suspend = dio24_cs_suspend,
.resume = dio24_cs_resume,
};
module_comedi_pcmcia_driver(driver_dio24, dio24_cs_driver);

Expand Down

0 comments on commit 85f9810

Please sign in to comment.