Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58611
b: refs/heads/master
c: f60d891
h: refs/heads/master
i:
  58609: 28ba520
  58607: a8f42e7
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Jul 10, 2007
1 parent 6697b07 commit 852ada8
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: dce554708cdb02a1053ca3a68997b9facbfde5ce
refs/heads/master: f60d89108f3481ca11672b82cf7e67171e050ce4
4 changes: 2 additions & 2 deletions trunk/drivers/s390/char/vmlogrdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static void vmlogrdr_cleanup(void)
}


static int vmlogrdr_init(void)
static int __init vmlogrdr_init(void)
{
int rc;
int i;
Expand Down Expand Up @@ -885,7 +885,7 @@ static int vmlogrdr_init(void)
}


static void vmlogrdr_exit(void)
static void __exit vmlogrdr_exit(void)
{
vmlogrdr_cleanup();
printk (KERN_INFO "vmlogrdr: driver unloaded\n");
Expand Down

0 comments on commit 852ada8

Please sign in to comment.