ACPI / PCI: remove stale list_head in struct acpi_prt_entry
authorHanjun Guo <hanjun.guo@linaro.org>
Thu, 21 May 2015 15:29:26 +0000 (23:29 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 May 2015 01:36:24 +0000 (03:36 +0200)
commitcae756fbaa02a24f868330e68631b3f5ea345cb8
tree2c94d334a9561ec8147aa94a9dac27b0647ca34a
parente26081808edadfd257c6c9d81014e3b25e9a6118
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 <hanjun.guo@linaro.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_irq.c