Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187741
b: refs/heads/master
c: 73a98fc
h: refs/heads/master
i:
  187739: 4471592
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Feb 5, 2010
1 parent afde03b commit 8571951
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: 8885074038b219b90cb0f5cd1a049ba80c7e815b
refs/heads/master: 73a98fce881c46eaeb33c1aef23ab607f4d03344
4 changes: 2 additions & 2 deletions trunk/drivers/w1/w1.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ int w1_process(void *data)
return 0;
}

static int w1_init(void)
static int __init w1_init(void)
{
int retval;

Expand Down Expand Up @@ -1034,7 +1034,7 @@ static int w1_init(void)
return retval;
}

static void w1_fini(void)
static void __exit w1_fini(void)
{
struct w1_master *dev;

Expand Down

0 comments on commit 8571951

Please sign in to comment.