|
@@ -34,7 +34,7 @@ static struct sysrq_key_op sysrq_poweroff_op = {
|
|
.handler = handle_poweroff,
|
|
.handler = handle_poweroff,
|
|
.help_msg = "powerOff",
|
|
.help_msg = "powerOff",
|
|
.action_msg = "Power Off",
|
|
.action_msg = "Power Off",
|
|
- .enable_mask = SYSRQ_ENABLE_BOOT,
|
|
|
|
|
|
+ .enable_mask = SYSRQ_ENABLE_BOOT,
|
|
};
|
|
};
|
|
|
|
|
|
static int pm_sysrq_init(void)
|
|
static int pm_sysrq_init(void)
|