From cae756fbaa02a24f868330e68631b3f5ea345cb8 Mon Sep 17 00:00:00 2001 From: Hanjun Guo Date: Thu, 21 May 2015 23:29:26 +0800 Subject: [PATCH] ACPI / PCI: remove stale list_head in struct acpi_prt_entry list_head "list" in struct acpi_prt_entry was used to connect _PRT entries for PCI irq, but after commit 181380b702ee ("PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers"), the list head for _PRT entries was removed, but left "list" in struct acpi_prt_entry which is useless and stale, remove it now. Signed-off-by: Hanjun Guo Acked-by: Bjorn Helgaas Signed-off-by: Rafael J. Wysocki --- Reading git-format-patch failed