Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317581
b: refs/heads/master
c: 726dd50
h: refs/heads/master
i:
  317579: 724a3d6
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 6f5852b commit 4e76ee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: a77198816e193a88b9c10ce13f0d2e172df0c6b5
refs/heads/master: 726dd505511d7be7234f3a2135b82b37d9026992
17 changes: 0 additions & 17 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,6 @@ static int das16cs_timer_insn_config(struct comedi_device *dev,
======================================================================*/

#if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)

static void das16cs_pcmcia_config(struct pcmcia_device *link);
static void das16cs_pcmcia_release(struct pcmcia_device *link);
static int das16cs_pcmcia_suspend(struct pcmcia_device *p_dev);
Expand Down Expand Up @@ -813,18 +811,3 @@ void __exit cleanup_module(void)
exit_das16cs_pcmcia_cs();
comedi_driver_unregister(&driver_das16cs);
}

#else
static int __init driver_das16cs_init_module(void)
{
return comedi_driver_register(&driver_das16cs);
}

static void __exit driver_das16cs_cleanup_module(void)
{
comedi_driver_unregister(&driver_das16cs);
}

module_init(driver_das16cs_init_module);
module_exit(driver_das16cs_cleanup_module);
#endif /* CONFIG_PCMCIA */

0 comments on commit 4e76ee9

Please sign in to comment.