commit | 3604a9f445afde2801b8c24b63dd289c33e290a6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Dec 08 21:31:21 2008 -0700 |
committer | Len Brown <len.brown@intel.com> | Tue Dec 30 21:42:15 2008 -0500 |
tree | 65fd7f3ab0f8830d76534f085b98cb159ca18889 | |
parent | 5697b7ca406b4ee0afeef6d9a29b823767716cab [diff] |
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>