From: Bjorn Helgaas Date: Tue, 9 Dec 2008 04:31:21 +0000 (-0700) Subject: ACPI: PCI: simplify list of _PRT entries X-Git-Tag: v2.6.29-rc1~34^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3604a9f445afde2801b8c24b63dd289c33e290a6;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed