Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pnp-5.10-rc1 with top-most commit 2ef0342530b0f487a65b5f6c94c85dce5f9b53b5 PNP: remove the now unused pnp_find_card() function on top of commit ba4f184e126b751d1bffad5897f263108befc780 Linux 5.9-rc6 to receive PNP updates for 5.10-rc1. These clean the PNP code somewhat: - Remove the now unused pnp_find_card() function (Christoph Hellwig). - Drop duplicate pci.h include from the quirks code and add an "internal.h" include to acpi_pnp.c to fix a compiler warning (Tian Tao). Thanks! --------------- Christoph Hellwig (1): PNP: remove the now unused pnp_find_card() function Tian Tao (2): PNP: quirks: Fix duplicate included pci.h PNP: ACPI: Fix missing-prototypes in acpi_pnp.c --------------- Documentation/admin-guide/pnp.rst | 4 ---- drivers/acpi/acpi_pnp.c | 2 ++ drivers/pnp/isapnp/compat.c | 23 ----------------------- drivers/pnp/quirks.c | 2 -- include/linux/isapnp.h | 6 ------ 5 files changed, 2 insertions(+), 35 deletions(-)