Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187743
b: refs/heads/master
c: 3d956d1
h: refs/heads/master
i:
  187741: 8571951
  187739: 4471592
  187735: 065dce0
  187727: 96a884a
  187711: dab3f5e
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Feb 5, 2010
1 parent fd7f62a commit c203de4
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: 60c14a1507a9fcd2e3b8eb53c218cb74ae404bcf
refs/heads/master: 3d956d1dfffef3b19d743aa1a443ab5a300051cb
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/mISDN/dsp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ static struct Bprotocol DSP = {
.create = dspcreate
};

static int dsp_init(void)
static int __init dsp_init(void)
{
int err;
int tics;
Expand Down Expand Up @@ -1212,7 +1212,7 @@ static int dsp_init(void)
}


static void dsp_cleanup(void)
static void __exit dsp_cleanup(void)
{
mISDN_unregister_Bprotocol(&DSP);

Expand Down

0 comments on commit c203de4

Please sign in to comment.