commit | fe5e49cb5ac57f984a44287cf123fbbc712d7bec | [log] [tgz] |
---|---|---|
author | Lv Zheng <lv.zheng@intel.com> | Fri Dec 06 16:51:46 2013 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Dec 07 01:24:33 2013 +0100 |
tree | f163c490688899cab9d5cfaa6614f5a30f100b4a | |
parent | 8b48463f89429af408ff695244dc627e1acff4f7 [diff] |
ACPI: Clean up incorrect inclusion of an ACPICA header Since drivers/acpi/nvs.c includes <linux/acpi.h> and is only compiled for CONFIG_ACPI set, it doesn't need to include <acpi/acpiosxf.h> directly, which is formally incorrect. Remove the <acpi/acpiosxf.h> inclusion from that file. Signed-off-by: Lv Zheng <lv.zheng@intel.com> [rjw: Subject and changelog] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>