]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/acpi/sleep.c
ACPI: Convert wake_sleep_flags to a value instead of function
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 23 Apr 2012 03:03:17 +0000 (23:03 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 23 Apr 2012 20:29:07 +0000 (13:29 -0700)
commit2a14e541ed87bca0c125b82961ca3c6f808607d2
treeceef81f47794797056245f8f557f5ede1ceea3ec
parentcbf2829b61c136edcba302a5e1b6b40e97d32c00
ACPI: Convert wake_sleep_flags to a value instead of function

With commit a2ef5c4fd44ce3922435139393b89f2cce47f576
"ACPI: Move module parameter gts and bfs to sleep.c" the wake_sleep_flags
is required when calling acpi_enter_sleep_state, which means
that if there are functions outside the sleep.c code they
can't get the wake_sleep_flags values.

This converts the function in to a exported value and converts
the module config operands to a function.

Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Lin Ming <ming.m.lin@intel.com>
[v2: Parameters can be turned on/off dynamically]
[v3: unsigned char -> u8]
[v4: val -> kp->arg]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Link: http://lkml.kernel.org/r/1335150198-21899-2-git-send-email-konrad.wilk@oracle.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/acpi/sleep.h
drivers/acpi/sleep.c