mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
ACPI / sleep: Make acpi_sleep_syscore_init() static
Function acpi_sleep_syscore_init has no external user so it should be static. Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
1ba51a7c14
commit
a042e0c62b
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ static struct syscore_ops acpi_sleep_syscore_ops = {
|
||||||
.resume = acpi_restore_bm_rld,
|
.resume = acpi_restore_bm_rld,
|
||||||
};
|
};
|
||||||
|
|
||||||
void acpi_sleep_syscore_init(void)
|
static void acpi_sleep_syscore_init(void)
|
||||||
{
|
{
|
||||||
register_syscore_ops(&acpi_sleep_syscore_ops);
|
register_syscore_ops(&acpi_sleep_syscore_ops);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue