From: Kristen Carlson Accardi <[email protected]> Needed in ->freeze routines to figure out the target system state and take appropriate action.
v2: split out ACPI patch Reviewed-by: Imre Deak <[email protected]> Signed-off-by: Kristen Carlson Accardi <[email protected]> Signed-off-by: Jesse Barnes <[email protected]> --- drivers/acpi/sleep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index c40fb2e..807f333 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -89,6 +89,7 @@ u32 acpi_target_system_state(void) { return acpi_target_sleep_state; } +EXPORT_SYMBOL(acpi_target_system_state); static bool pwr_btn_event_pending; -- 1.9.1 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
