Conflicts:
drivers/acpi/acpica/hwsleep.c
Text conflict between:
7e07c95938ccf2f0ca0711273db9bf864fe0d211
(ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers)
which removed #include "actables.h"
and
108cc183acf521ac48a44208ee1855f4de8c8df6
(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