Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207860
b: refs/heads/master
c: 2e85ba5
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Aug 9, 2010
1 parent 6d047fc commit 237e840
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: c304db8a860c10abfaf72f7faa3df598079e2f0c
refs/heads/master: 2e85ba510ede4aea1b150493407ae911e8ea5051
4 changes: 2 additions & 2 deletions trunk/arch/s390/mm/cmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static struct notifier_block cmm_power_notifier = {
.notifier_call = cmm_power_event,
};

static int cmm_init(void)
static int __init cmm_init(void)
{
int rc = -ENOMEM;

Expand Down Expand Up @@ -467,7 +467,7 @@ static int cmm_init(void)
}
module_init(cmm_init);

static void cmm_exit(void)
static void __exit cmm_exit(void)
{
unregister_sysctl_table(cmm_sysctl_header);
#ifdef CONFIG_CMM_IUCV
Expand Down

0 comments on commit 237e840

Please sign in to comment.