ACPI: Clean up incorrect inclusions of ACPICA headers
authorLv Zheng <lv.zheng@intel.com>
Fri, 22 Nov 2013 23:27:27 +0000 (07:27 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 25 Nov 2013 23:27:10 +0000 (00:27 +0100)
commit91be0998578a1001db1382012676ee0a69d5cee3
treef867f01dd1148c2f3d81f1b60f4250280a6b08b1
parenta3ccfcc1e7b52047c840249e30008678ac1046c3
ACPI: Clean up incorrect inclusions of ACPICA headers

Header file <acpi/acpi.h> contains environemnt settings and architecture
specific implementation that should be included before any other ACPICA
headers in order to keep a consistent build environment for ACPICA users.
The following internal ACPICA header files should be included from
<acpi/acpi.h> and should not be included by other kernel files:
  <acpi/acpiosxf.h>
  <acpi/acpixf.h>

Clean up incorrect inclusions of these files from non-ACPICA source
files.

[rjw: Subject and changelog]
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/nvs.c
drivers/hwmon/asus_atk0110.c