ACPI fixes for v4.13-rc3

 - Add an ACPI module parameter to allow users to override the
   new default behavior on some systems where the EC GPE is not
   disabled during suspend-to-idle in case the EC on their systems
   generates excessive wakeup events and they want to sacrifice
   some functionality (like power button wakeups) for extra battery
   life while suspended (Rafael Wysocki).

 - Fix flushing of the outstanding EC work in the ACPI core
   suspend-to-idle code (Rafael Wysocki).

 - Add a missing include and fix a messed-up comment in the ACPI
   NUMA code (Ross Zwisler).
Merge branches 'acpi-pm' and 'acpi-numa'

* acpi-pm:
  ACPI / PM / EC: Flush all EC work in acpi_freeze_sync()
  ACPI / EC: Add parameter to force disable the GPE on suspend

* acpi-numa:
  ACPI: NUMA: Fix typo in the full name of SRAT
  ACPI: NUMA: add missing include in acpi_numa.h