ACPI: PCI: simplify list of _PRT entries
commit3604a9f445afde2801b8c24b63dd289c33e290a6
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Tue, 9 Dec 2008 04:31:21 +0000 (8 21:31 -0700)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 02:42:15 +0000 (30 21:42 -0500)
tree65fd7f3ab0f8830d76534f085b98cb159ca18889
parent5697b7ca406b4ee0afeef6d9a29b823767716cab
ACPI: PCI: simplify list of _PRT entries

We don't need a struct containing a count and a list_head; a simple
list_head is sufficient.  The list iterators handle empty lists
fine.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_irq.c