Conflicts:
drivers/acpi/sleep.c
This was a text conflict between
2769b06bfb78c854a559ac64e57682e3e879f616
(ACPI: Move module parameter gts and bfs to sleep.c)
which added #include <linux/module.h>
and
c58ca75cbbd1f058ad5ee0f7a09a2963aebce5ce
(ACPI, PCI: Move acpi_dev_run_wake() to ACPI core)
which added #include <linux/pm_runtime.h>
The resolution was to take them both.
Signed-off-by: Len Brown <len.brown@intel.com>
#include <linux/suspend.h>
#include <linux/reboot.h>
#include <linux/acpi.h>
+#include <linux/module.h>
+ #include <linux/pm_runtime.h>
#include <asm/io.h>