commit | 5133375bb46a0d6c3fba07097caed7aa5e629ccd | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 15 13:15:37 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 15 13:15:37 2012 +0100 |
tree | 02974dd496c828a92190b895a4d6d8cdd8bd3098 | |
parent | 99926a8cd36b6088448fec41aed4a3b5b05b3679 [diff] |
ACPI / PM: Fix build problem when CONFIG_ACPI or CONFIG_PM is not set Commit e5cc8ef (ACPI / PM: Provide ACPI PM callback routines for subsystems) introduced a build problem occuring if CONFIG_ACPI is unset or CONFIG_PM is unset and errno.h is not included before acpi.h, because in that case ENODEV used in acpi.h is undefined. Fix the issue by making acpi.h include errno.h. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>