ACPI: Clean up incorrect inclusion of an ACPICA header
authorLv Zheng <lv.zheng@intel.com>
Fri, 6 Dec 2013 08:51:46 +0000 (16:51 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 7 Dec 2013 00:24:33 +0000 (01:24 +0100)
commitfe5e49cb5ac57f984a44287cf123fbbc712d7bec
treef163c490688899cab9d5cfaa6614f5a30f100b4a
parent8b48463f89429af408ff695244dc627e1acff4f7
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>
drivers/acpi/nvs.c
This page took 0.024665 seconds and 5 git commands to generate.