[GIT PULL] ACPI fixes for v5.11-rc3
From: Rafael J. Wysocki
Date: Fri Jan 08 2021 - 12:54:34 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.11-rc3
with top-most commit 24e8ab6886d80fe60b1d4e64b6d9f15ea9ad597a
Merge branches 'acpi-scan' and 'acpi-misc'
on top of commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62
Linux 5.11-rc2
to receive ACPI fixes for 5.11-rc3.
These address two build issues and drop confusing text from a couple
of Kconfig entries.
Specifics:
- Drop two local variables that are never read and the code updating
their values from the x86 suspend-to-idle code (Rafael Wysocki).
- Add empty stub of an ACPI helper function to avoid build issues
when CONFIG_ACPI is not set (Shawn Guo).
- Remove confusing text regarding modules from Kconfig entries that
correspond to non-modular code (Peter Robinson).
Thanks!
---------------
Peter Robinson (1):
ACPI: Update Kconfig help text for items that are no longer modular
Rafael J. Wysocki (1):
ACPI: PM: s2idle: Drop unused local variables and related code
Shawn Guo (1):
ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
---------------
drivers/acpi/Kconfig | 6 ------
drivers/acpi/x86/s2idle.c | 14 +-------------
include/linux/acpi.h | 7 +++++++
3 files changed, 8 insertions(+), 19 deletions(-)