Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328685
b: refs/heads/master
c: bbdc18a
h: refs/heads/master
i:
  328683: 9fdfa19
v: v3
  • Loading branch information
Jan Beulich authored and Rafael J. Wysocki committed Sep 10, 2012
1 parent bf34e62 commit 2816d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4955070974ecfa0b1ae9d2506f529460fd3a4b0b
refs/heads/master: bbdc18a3fb6740619f0d037241c85dc6cd4517aa
2 changes: 1 addition & 1 deletion trunk/kernel/power/poweroff.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static struct sysrq_key_op sysrq_poweroff_op = {
.enable_mask = SYSRQ_ENABLE_BOOT,
};

static int pm_sysrq_init(void)
static int __init pm_sysrq_init(void)
{
register_sysrq_key('o', &sysrq_poweroff_op);
return 0;
Expand Down

0 comments on commit 2816d42

Please sign in to comment.