commit | 6fed05c9c9812b5882bc708f4da4fa8d5df2875c | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Jan 12 22:03:20 2011 +0100 |
committer | Len Brown <len.brown@intel.com> | Wed Jan 12 16:11:30 2011 -0500 |
tree | a9ad3082384d42b39110141ac85bfdf37bf5338c | |
parent | 6d5bbf00d251cc73223a71422d69e069dc2e0b8d [diff] |
ACPI / PM: Fix build problems for !CONFIG_ACPI related to NVS rework The recent rework of the NVS saving/restoring code introduced two build issues for !CONFIG_ACPI, a warning in drivers/acpi/internal.h and an error in arch/x86/kernel/e820.c. Fix them by providing suitable static inline definitions of the relevant functions. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Len Brown <len.brown@intel.com>