Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337299
b: refs/heads/master
c: 3d56802
h: refs/heads/master
i:
  337297: 76cb359
  337295: 457ef99
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Oct 26, 2012
1 parent 3fb61f6 commit f04d891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: c665814d750a5f5a378e0adfd5bedcf08cb177c3
refs/heads/master: 3d568028ba910ab03b3186d0b8331acd8f0ec15e
17 changes: 1 addition & 16 deletions trunk/drivers/staging/comedi/drivers/das800.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,22 +342,7 @@ static int das800_probe(struct comedi_device *dev)
return -1;
}

/*
* A convenient macro that defines init_module() and cleanup_module(),
* as necessary.
*/
static int __init driver_das800_init_module(void)
{
return comedi_driver_register(&driver_das800);
}

static void __exit driver_das800_cleanup_module(void)
{
comedi_driver_unregister(&driver_das800);
}

module_init(driver_das800_init_module);
module_exit(driver_das800_cleanup_module);
module_comedi_driver(driver_das800);

/* interrupt service routine */
static irqreturn_t das800_interrupt(int irq, void *d)
Expand Down

0 comments on commit f04d891

Please sign in to comment.