Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187740
b: refs/heads/master
c: 8885074
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Feb 5, 2010
1 parent 4471592 commit afde03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 71709247aa852b5c4a01e70a9186590800d15575
refs/heads/master: 8885074038b219b90cb0f5cd1a049ba80c7e815b
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/hardware/mISDN/mISDNisar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1712,13 +1712,13 @@ mISDNisar_init(struct isar_hw *isar, void *hw)
}
EXPORT_SYMBOL(mISDNisar_init);

static int isar_mod_init(void)
static int __init isar_mod_init(void)
{
pr_notice("mISDN: ISAR driver Rev. %s\n", ISAR_REV);
return 0;
}

static void isar_mod_cleanup(void)
static void __exit isar_mod_cleanup(void)
{
pr_notice("mISDN: ISAR module unloaded\n");
}
Expand Down

0 comments on commit afde03b

Please sign in to comment.