Conflicts:
drivers/acpi/acpica/hwsleep.c
Text conflict between:
569ba8018b6c7df99150cc6bffd23609f8c5048a
(ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers)
which removed #include "actables.h"
and
f9ca66505c730b6fc4a964847232ed5b809677d2
(x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.)
which removed #include <linux/tboot.h>
The resolution is to remove them both.
Signed-off-by: Len Brown <len.brown@intel.com>
*/
#include <acpi/acpi.h>
+ #include <linux/acpi.h>
#include "accommon.h"
- #include <linux/tboot.h>
-#include "actables.h"
#include <linux/module.h>
#define _COMPONENT ACPI_HARDWARE