Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325320
b: refs/heads/master
c: a09b027
h: refs/heads/master
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent d91fe47 commit b9c605a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 551e2c3cf7733ac141768fc6cbdb05d6633d08a6
refs/heads/master: a09b027882414f3e75398898905ffb1525056c55
9 changes: 5 additions & 4 deletions trunk/drivers/staging/comedi/drivers/mite.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,16 +797,17 @@ void mite_dump_regs(struct mite_channel *mite_chan)
EXPORT_SYMBOL(mite_dump_regs);
#endif

#ifdef MODULE
int __init init_module(void)
static int __init mite_module_init(void)
{
return 0;
}

void __exit cleanup_module(void)
static void __exit mite_module_exit(void)
{
}
#endif

module_init(mite_module_init);
module_exit(mite_module_exit);

MODULE_AUTHOR("Comedi http://www.comedi.org");
MODULE_DESCRIPTION("Comedi low-level driver");
Expand Down

0 comments on commit b9c605a

Please sign in to comment.